Ejemplo n.º 1
0
def update(client, noop):
    c = Common()
    c.banner()
    c.client_hosts()

    up = _Update(client, noop)
Ejemplo n.º 2
0
def puppet(client, choice):
    c = Common()
    c.banner()
    c.client_hosts()

    pup = _Puppet(client, choice)
Ejemplo n.º 3
0
def list_hosts():
    c = Common()
    c.banner()
    hostsList = Lists()
    hostsList.lists()