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:
parent
99734bcc78
commit
29298da315
1 changed files with 3 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue