mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert new feature so that we can make a bugfix release. Will re-revert this afterwards.
Revert "runit - deprecate param dist (#1838) (#1845)"
This reverts commit c3ac479ae2
.
This commit is contained in:
parent
c3ac479ae2
commit
afba9a11af
5 changed files with 7 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
||||||
deprecated_features:
|
|
||||||
- runit - unused parameter ``dist`` marked for deprecation (https://github.com/ansible-collections/community.general/pull/1830).
|
|
|
@ -217,7 +217,7 @@ def main():
|
||||||
name=dict(type='str', required=True),
|
name=dict(type='str', required=True),
|
||||||
state=dict(type='str', choices=['killed', 'once', 'reloaded', 'restarted', 'started', 'stopped']),
|
state=dict(type='str', choices=['killed', 'once', 'reloaded', 'restarted', 'started', 'stopped']),
|
||||||
enabled=dict(type='bool'),
|
enabled=dict(type='bool'),
|
||||||
dist=dict(type='str', removed_in_version='4.0.0', removed_from_collection='community.general'),
|
dist=dict(type='str', default='runit'), # @FIXME unused param?
|
||||||
service_dir=dict(type='str', default='/var/service'),
|
service_dir=dict(type='str', default='/var/service'),
|
||||||
service_src=dict(type='str', default='/etc/sv'),
|
service_src=dict(type='str', default='/etc/sv'),
|
||||||
),
|
),
|
||||||
|
|
|
@ -269,7 +269,9 @@ plugins/modules/system/puppet.py validate-modules:doc-default-does-not-match-spe
|
||||||
plugins/modules/system/puppet.py validate-modules:parameter-invalid
|
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:parameter-type-not-in-doc
|
||||||
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
||||||
|
plugins/modules/system/runit.py validate-modules:doc-default-does-not-match-spec
|
||||||
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
||||||
|
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||||
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||||
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||||
|
|
|
@ -268,7 +268,9 @@ plugins/modules/system/puppet.py validate-modules:doc-default-does-not-match-spe
|
||||||
plugins/modules/system/puppet.py validate-modules:parameter-invalid
|
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:parameter-type-not-in-doc
|
||||||
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
||||||
|
plugins/modules/system/runit.py validate-modules:doc-default-does-not-match-spec
|
||||||
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
||||||
|
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||||
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||||
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
plugins/modules/system/xfconf.py validate-modules:parameter-state-invalid-choice
|
||||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||||
|
|
|
@ -260,7 +260,9 @@ plugins/modules/system/puppet.py use-argspec-type-path
|
||||||
plugins/modules/system/puppet.py validate-modules:parameter-invalid
|
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:parameter-type-not-in-doc
|
||||||
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
plugins/modules/system/puppet.py validate-modules:undocumented-parameter
|
||||||
|
plugins/modules/system/runit.py validate-modules:doc-default-does-not-match-spec
|
||||||
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/system/runit.py validate-modules:parameter-type-not-in-doc
|
||||||
|
plugins/modules/system/runit.py validate-modules:undocumented-parameter
|
||||||
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
plugins/modules/system/ssh_config.py use-argspec-type-path # Required since module uses other methods to specify path
|
||||||
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
plugins/modules/system/xfconf.py validate-modules:return-syntax-error
|
||||||
plugins/modules/web_infrastructure/jenkins_plugin.py use-argspec-type-path
|
plugins/modules/web_infrastructure/jenkins_plugin.py use-argspec-type-path
|
||||||
|
|
Loading…
Reference in a new issue