1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/system
Esa Varemo 20aa1ef55e
Fix command line construction in the puppet module (#114)
* puppet: fix check-mode

Commit 69ead0ba78 in the ansible/ansible
repository introduced another if-statement in the middle of a if/elif pair,
which causes the elif to execute together with the original if
which created '--noop --no-noop' commands

* puppet: fix manifest whitespace

There was a space missing before the manifest path causing
issues like: "invalid option: --noop/test.pp"

* puppet: Add a changelog entry for 8d7c830 and 6ed7f06
2020-04-10 19:21:07 +01:00
..
aix_devices.py Initial commit 2020-03-09 09:11:07 +00:00
aix_filesystem.py Initial commit 2020-03-09 09:11:07 +00:00
aix_inittab.py Initial commit 2020-03-09 09:11:07 +00:00
aix_lvg.py Initial commit 2020-03-09 09:11:07 +00:00
aix_lvol.py Initial commit 2020-03-09 09:11:07 +00:00
alternatives.py Initial commit 2020-03-09 09:11:07 +00:00
awall.py Initial commit 2020-03-09 09:11:07 +00:00
beadm.py Initial commit 2020-03-09 09:11:07 +00:00
capabilities.py Initial commit 2020-03-09 09:11:07 +00:00
cronvar.py Initial commit 2020-03-09 09:11:07 +00:00
crypttab.py Initial commit 2020-03-09 09:11:07 +00:00
dconf.py Initial commit 2020-03-09 09:11:07 +00:00
facter.py Initial commit 2020-03-09 09:11:07 +00:00
filesystem.py Initial commit 2020-03-09 09:11:07 +00:00
firewalld.py Initial commit 2020-03-09 09:11:07 +00:00
gconftool2.py Initial commit 2020-03-09 09:11:07 +00:00
interfaces_file.py Initial commit 2020-03-09 09:11:07 +00:00
java_cert.py Initial commit 2020-03-09 09:11:07 +00:00
java_keystore.py Initial commit 2020-03-09 09:11:07 +00:00
kernel_blacklist.py Initial commit 2020-03-09 09:11:07 +00:00
lbu.py Initial commit 2020-03-09 09:11:07 +00:00
listen_ports_facts.py Initial commit 2020-03-09 09:11:07 +00:00
locale_gen.py Initial commit 2020-03-09 09:11:07 +00:00
lvg.py Initial commit 2020-03-09 09:11:07 +00:00
lvol.py Initial commit 2020-03-09 09:11:07 +00:00
make.py Initial commit 2020-03-09 09:11:07 +00:00
mksysb.py Initial commit 2020-03-09 09:11:07 +00:00
modprobe.py Initial commit 2020-03-09 09:11:07 +00:00
nosh.py Initial commit 2020-03-09 09:11:07 +00:00
ohai.py Initial commit 2020-03-09 09:11:07 +00:00
open_iscsi.py Initial commit 2020-03-09 09:11:07 +00:00
openwrt_init.py Initial commit 2020-03-09 09:11:07 +00:00
osx_defaults.py Initial commit 2020-03-09 09:11:07 +00:00
pam_limits.py Initial commit 2020-03-09 09:11:07 +00:00
pamd.py Initial commit 2020-03-09 09:11:07 +00:00
parted.py Initial commit 2020-03-09 09:11:07 +00:00
pids.py Initial commit 2020-03-09 09:11:07 +00:00
puppet.py Fix command line construction in the puppet module (#114) 2020-04-10 19:21:07 +01:00
python_requirements_facts.py Initial commit 2020-03-09 09:11:07 +00:00
python_requirements_info.py Initial commit 2020-03-09 09:11:07 +00:00
runit.py Initial commit 2020-03-09 09:11:07 +00:00
sefcontext.py Initial commit 2020-03-09 09:11:07 +00:00
selinux_permissive.py Initial commit 2020-03-09 09:11:07 +00:00
selogin.py Initial commit 2020-03-09 09:11:07 +00:00
seport.py Initial commit 2020-03-09 09:11:07 +00:00
solaris_zone.py Initial commit 2020-03-09 09:11:07 +00:00
svc.py Initial commit 2020-03-09 09:11:07 +00:00
syspatch.py Initial commit 2020-03-09 09:11:07 +00:00
timezone.py Initial commit 2020-03-09 09:11:07 +00:00
ufw.py Initial commit 2020-03-09 09:11:07 +00:00
vdo.py Initial commit 2020-03-09 09:11:07 +00:00
xfconf.py Initial commit 2020-03-09 09:11:07 +00:00
xfs_quota.py Initial commit 2020-03-09 09:11:07 +00:00