Fix typo in puppet apply command
This was missing a terminal space which caused the command to be: --logdest syslog--no-noop Change-Id: I13827a5ed30f782bdacc38acebf284d7226ebce9
This commit is contained in:
parent
f5ec19782a
commit
403d157c45
@ -183,7 +183,7 @@ def main():
|
||||
else:
|
||||
cmd += " --no-noop"
|
||||
else:
|
||||
cmd = "%s apply --detailed-exitcodes --logdest syslog" % base_cmd
|
||||
cmd = "%s apply --detailed-exitcodes --logdest syslog " % base_cmd
|
||||
if p['environment']:
|
||||
cmd += "--environment '%s' " % p['environment']
|
||||
if module.check_mode:
|
||||
|
Loading…
x
Reference in New Issue
Block a user