mirror of https://github.com/ansible/ansible.git
puppet: Fix command line construction (#70463)
Fix command line construction in the puppet module
related to check mode and using manifests directly.
Also, fixes 69ead0ba78 which
introduced another if-statement in the middle of a if/elif pair,
which causes the elif to execute together with the original if
which created '--noop --no-noop' commands.
Fixes: #60576
pull/70754/head
parent
99a37234b7
commit
6789fa717a
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "puppet - fix command line construction for check mode and ``manifest:`` (https://github.com/ansible/ansible/issues/60576)."
|
||||
Loading…
Reference in New Issue