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

Update plugins/modules/system/puppet.py

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Benoit Vaudel 2022-01-05 14:09:12 +01:00 committed by GitHub
parent 99734bcc78
commit 29298da315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,9 @@ def main():
manifest=dict(type='str'),
noop=dict(type='bool'),
logdest=dict(type='str', default='stdout', choices=['all', 'stdout', 'syslog']),
show_diff=dict(type='bool', default=False, aliases=['show-diff']),
show_diff=dict(
type='bool', default=False, aliases=['show-diff'],
deprecated_aliases=[dict(name='show-diff', version='7.0.0', collection_name='community.general')])),
facts=dict(type='dict'),
facter_basename=dict(type='str', default='ansible'),
environment=dict(type='str'),