mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix command line construction in the puppet module (#114)
* puppet: fix check-mode Commit69ead0ba78
in the ansible/ansible repository 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 * puppet: fix manifest whitespace There was a space missing before the manifest path causing issues like: "invalid option: --noop/test.pp" * puppet: Add a changelog entry for8d7c830
and6ed7f06
This commit is contained in:
parent
45b171a064
commit
20aa1ef55e
2 changed files with 8 additions and 6 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "puppet - fix command line construction for check mode and ``manifest:``"
|
Loading…
Add table
Add a link
Reference in a new issue