Fix regression of #821 in puppet of show_diff
Issue #821 fix:1382576100
Regressed since:6912ca0aca
Issue: #821
This commit is contained in:
parent
7eb3d6e15b
commit
27cd172900
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ def main():
|
|||
if p['puppetmaster']:
|
||||
cmd += " --server %s" % pipes.quote(p['puppetmaster'])
|
||||
if p['show_diff']:
|
||||
cmd += " --show-diff"
|
||||
cmd += " --show_diff"
|
||||
if p['environment']:
|
||||
cmd += " --environment '%s'" % p['environment']
|
||||
if module.check_mode:
|
||||
|
|
Loading…
Reference in a new issue