Esempio n. 1
0
 def run(cls, info):
     from bootstrapvz.common.tools import copy_tree
     copy_tree(info.manifest.plugins['puppet']['assets'], os.path.join(info.root, 'etc/puppetlabs/'))
 def run(cls, info):
     from bootstrapvz.common.tools import copy_tree
     copy_tree(info.manifest.plugins['puppet']['assets'],
               os.path.join(info.root, 'etc/puppetlabs/'))
Esempio n. 3
0
    def run(cls, info):
        from bootstrapvz.common.tools import copy_tree

        copy_tree(info.manifest.plugins["puppet"]["assets"], os.path.join(info.root, "etc/puppet"))