Merge pull request #1564 from dalees/devel

Fix regression of #821 in puppet of show_diff
This commit is contained in:
Brian Coca 2016-01-28 12:05:22 -05:00
commit eaec3cb45f

View file

@ -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: