parent
b1281319c1
commit
864bf4e19e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ def main():
|
|||
p = module.params
|
||||
|
||||
global PUPPET_CMD
|
||||
PUPPET_CMD = module.get_bin_path("puppet", False)
|
||||
PUPPET_CMD = module.get_bin_path("puppet", False, ['/opt/puppetlabs/bin'])
|
||||
|
||||
if not PUPPET_CMD:
|
||||
module.fail_json(
|
||||
|
|
Loading…
Reference in a new issue