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:
Felix Fontein 2021-02-17 21:32:16 +01:00
parent c3ac479ae2
commit afba9a11af
5 changed files with 7 additions and 3 deletions

View file

@ -217,7 +217,7 @@ def main():
name=dict(type='str', required=True),
state=dict(type='str', choices=['killed', 'once', 'reloaded', 'restarted', 'started', 'stopped']),
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_src=dict(type='str', default='/etc/sv'),
),