The parameter is --server not -- server

We never noticed this because we have puppetmaster set in our
puppet.conf files.

Change-Id: Ic05896fecc08cc4143f878dd87189f0397252ebb
This commit is contained in:
Monty Taylor 2015-11-25 07:39:37 -05:00
parent b134ce47a8
commit ad8aab1470
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ def main():
base_cmd=base_cmd,
)
if p['puppetmaster']:
cmd += " -- server %s" % pipes.quote(p['puppetmaster'])
cmd += " --server %s" % pipes.quote(p['puppetmaster'])
if p['show_diff']:
cmd += " --show-diff"
if p['environment']: