diff --git a/plugins/modules/cloud/linode/linode.py b/plugins/modules/cloud/linode/linode.py index 9c389d9d94..a35b25b6c7 100644 --- a/plugins/modules/cloud/linode/linode.py +++ b/plugins/modules/cloud/linode/linode.py @@ -107,8 +107,8 @@ options: private_ip: description: - Add private IPv4 address when Linode is created. + - Default is C(false). type: bool - default: "no" ssh_pub_key: description: - SSH public key applied to root user diff --git a/plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py b/plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py index c855a22445..02da2c7b6f 100644 --- a/plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py +++ b/plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py @@ -478,6 +478,7 @@ options: description: - (Boolean) Whether or not the elastigroup creation / update actions should wait for the instances to spin type: bool + default: false wait_timeout: description: diff --git a/plugins/modules/monitoring/sensu/sensu_check.py b/plugins/modules/monitoring/sensu/sensu_check.py index 0b10b7da3f..9ebe27653b 100644 --- a/plugins/modules/monitoring/sensu/sensu_check.py +++ b/plugins/modules/monitoring/sensu/sensu_check.py @@ -74,8 +74,8 @@ options: handle: description: - Whether the check should be handled or not + - Default is C(false). type: bool - default: false subdue_begin: type: str description: @@ -99,14 +99,14 @@ options: description: - Whether the check should be scheduled by the sensu client or server - This option obviates the need for specifying the I(subscribers) option + - Default is C(false). type: bool - default: 'no' publish: description: - Whether the check should be scheduled at all. - You can still issue it via the sensu api + - Default is C(false). type: bool - default: false occurrences: type: int description: @@ -120,8 +120,8 @@ options: description: - Classifies the check as an aggregate check, - making it available via the aggregate API + - Default is C(false). type: bool - default: 'no' low_flap_threshold: type: int description: diff --git a/plugins/modules/monitoring/sensu/sensu_client.py b/plugins/modules/monitoring/sensu/sensu_client.py index 25c12e8528..35444f60e4 100644 --- a/plugins/modules/monitoring/sensu/sensu_client.py +++ b/plugins/modules/monitoring/sensu/sensu_client.py @@ -66,8 +66,8 @@ options: deregister: description: - If a deregistration event should be created upon Sensu client process stop. + - Default is C(false). type: bool - default: 'no' deregistration: type: dict description: diff --git a/tests/sanity/ignore-2.11.txt b/tests/sanity/ignore-2.11.txt index 1c23980425..954162b24b 100644 --- a/tests/sanity/ignore-2.11.txt +++ b/tests/sanity/ignore-2.11.txt @@ -543,6 +543,7 @@ plugins/modules/system/osx_defaults.py validate-modules:parameter-state-invalid- plugins/modules/system/parted.py pylint:blacklisted-name plugins/modules/system/parted.py validate-modules:parameter-state-invalid-choice plugins/modules/system/puppet.py use-argspec-type-path +plugins/modules/system/puppet.py validate-modules:doc-default-does-not-match-spec # show_diff is not documented plugins/modules/system/puppet.py validate-modules:parameter-invalid plugins/modules/system/puppet.py validate-modules:parameter-type-not-in-doc plugins/modules/system/puppet.py validate-modules:undocumented-parameter