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:
parent
b134ce47a8
commit
ad8aab1470
@ -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']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user