Searched refs:puppet_path (Results 1 – 2 of 2) sorted by relevance
106 def __init__(self, puppet_path): argument113 self.puppet_path = puppet_path156 'manifest_path': os.path.join(self.puppet_path, 'manifests'),157 'module_path': os.path.join(self.puppet_path, 'modules'),
290 puppet_path = os.path.join(admin_repo, 'puppet')291 if not os.path.exists(puppet_path):295 vm_provisioner=vm_manager.VirtualBox(puppet_path=puppet_path),