community.general/lib/ansible
Brett Maton 6291efd4ea Add module parameter to control Puppet agent noop switch (#43678)
* Puppet agent noop switch

    Add module parameter to control noop switch

    Current module overrides puppet.conf noop setting by forcing '--no-noop' switch  which may not be expected or desired.

    Add parameter to allow user control.

    noop: Undefined - Use agent configuration
    noop: true - Add --noop switch to cmd
    noop: false - Add --no-noop switch to cmd

Ansible check mode always runs with --noop switch

* Update lib/ansible/modules/system/puppet.py

Co-Authored-By: matonb <matonb@ltresources.co.uk>
Co-Authored-By: matonb <matonb@ltresources.co.uk>
Co-Authored-By: matonb <matonb@ltresources.co.uk>
2018-12-04 12:30:19 +00:00
..
cli Fix typo in confirm new vault password message (#49468) 2018-12-04 11:04:29 +00:00
compat
config New module: AWS EC2 Launch Template (#46972) 2018-11-29 13:59:10 -05:00
errors
executor Set play context on stdout callback plugin (#35910) 2018-11-29 23:15:56 -05:00
galaxy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Merge pull request #49080 from bcoca/better_invp_skip 2018-11-27 15:30:14 -08:00
module_utils VMware: Fix module usages in module_utils (#49421) 2018-12-04 10:11:29 +05:30
modules Add module parameter to control Puppet agent noop switch (#43678) 2018-12-04 12:30:19 +00:00
parsing unsafe cleanup 2018-11-30 13:07:00 -08:00
playbook require git when trying to use it in ansible-galaxy cli (#49212) 2018-11-28 13:28:21 -05:00
plugins Implement test case prefix to filter test cases (#40174) 2018-12-03 18:41:44 +00:00
template templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 2018-11-29 09:56:23 -05:00
utils E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
vars Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
__init__.py
constants.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
release.py