community.general/lib/ansible/modules
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
..
cloud Correct usages of custom error class (#48778) 2018-12-04 00:56:04 -05:00
clustering k8s append_hash (#48830) 2018-11-22 08:14:43 +00:00
commands Add Windows example of raw command (#47153) 2018-11-30 17:12:19 +01:00
crypto ACME: add diff to acme_account, account_public_key to acme_account_facts, and general refactoring (#49410) 2018-12-02 18:40:14 +01:00
database fix module argument to be boolean (#47134) 2018-11-30 10:43:29 +00:00
files fix archive module can not compress a single file in a tar file (#45117) 2018-11-30 10:49:35 +00:00
identity Add support for newer FreeIPA SHA256 SSH public key hashes (#40803) 2018-11-30 02:47:58 -05:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging Specify key to use while sorting permissions (#49126) 2018-11-30 20:18:57 +00:00
monitoring zabbix: New zabbix_action module (#49189) 2018-12-02 10:04:45 +01:00
net_tools v2 dnsimple api uses type vs record_type (#39301) 2018-12-04 12:25:29 +00:00
network Fix issues related to track feature (#49454) 2018-12-04 09:57:35 +05:30
notification Bulk module author 2 (#48955) 2018-11-21 10:32:42 +00:00
packaging Do not document buggy behavior. (#49325) 2018-11-30 15:22:15 -06:00
remote_management CPM plugcontrol for WTI Power Devices (#47683) 2018-11-30 20:13:48 +00:00
source_control -Fix: The Ubuntu 14.04 image on Shippable runs an old version of python, causing issues with checking out bitbucket, adjust tests to compensate. (#49433) 2018-12-03 12:35:58 +00:00
storage New options of na_ontap_aggregate (#48906) 2018-12-02 14:24:27 +00:00
system Add module parameter to control Puppet agent noop switch (#43678) 2018-12-04 12:30:19 +00:00
utilities Update set_fact doc to reflect updated caching options (#46565) 2018-11-30 08:42:47 -06:00
web_infrastructure E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
windows Add win_partition (#46292) 2018-11-26 11:01:59 +10:00
__init__.py