Make puppet module useable on puppet 6 (#46044)
The unused ignorecache setting has been removed and so you can't run puppet through this module anymore. See PUP-8533 / https://tickets.puppetlabs.com/browse/PUP-8533
This commit is contained in:
parent
7f98a8db12
commit
475d69da69
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ def main():
|
|||
|
||||
if not p['manifest'] and not p['execute']:
|
||||
cmd = ("%(base_cmd)s agent --onetime"
|
||||
" --ignorecache --no-daemonize --no-usecacheonfailure --no-splay"
|
||||
" --no-daemonize --no-usecacheonfailure --no-splay"
|
||||
" --detailed-exitcodes --verbose --color 0") % dict(base_cmd=base_cmd)
|
||||
if p['puppetmaster']:
|
||||
cmd += " --server %s" % pipes.quote(p['puppetmaster'])
|
||||
|
|
Loading…
Reference in a new issue