mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user