puppet: fix noop parameter error (#6458)

* puppet: fix noop parameter error

* add changelog frag
This commit is contained in:
Alexei Znamensky 2023-05-04 08:45:01 +12:00 committed by GitHub
commit d254372d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 163 additions and 107 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- puppet - handling ``noop`` parameter was not working at all, now it is has been fixed (https://github.com/ansible-collections/community.general/issues/6452, https://github.com/ansible-collections/community.general/issues/6458).