Beispiel #1
0
def update(client, noop):
    c = Common()
    c.banner()
    c.client_hosts()

    up = _Update(client, noop)
Beispiel #2
0
def puppet(client, choice):
    c = Common()
    c.banner()
    c.client_hosts()

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