コード例 #1
0
ファイル: fabfile.py プロジェクト: emphanos/fab2puppet
def update(client, noop):
    c = Common()
    c.banner()
    c.client_hosts()

    up = _Update(client, noop)
コード例 #2
0
ファイル: fabfile.py プロジェクト: emphanos/fab2puppet
def puppet(client, choice):
    c = Common()
    c.banner()
    c.client_hosts()

    pup = _Puppet(client, choice)
コード例 #3
0
ファイル: fabfile.py プロジェクト: emphanos/fab2puppet
def list_hosts():
    c = Common()
    c.banner()
    hostsList = Lists()
    hostsList.lists()