1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix new sanity errors. (#1451)

This commit is contained in:
Felix Fontein 2020-12-05 22:10:39 +01:00 committed by GitHub
parent 8cedec381f
commit 4566812591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -491,6 +491,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