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

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

    up = _Update(client, noop)