Home
last modified time | relevance | path

Searched refs:puppet_path (Results 1 – 2 of 2) sorted by relevance

/external/autotest/puppylab/
Dvm_manager.py106 def __init__(self, puppet_path): argument
113 self.puppet_path = puppet_path
156 'manifest_path': os.path.join(self.puppet_path, 'manifests'),
157 'module_path': os.path.join(self.puppet_path, 'modules'),
Dclusterctl290 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),