You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Rene Moser e633d9946f puppet: make arg puppetmaster optional
puppetmaster was used to determine if `agent` or `apply` should be used. But puppetmaster is not required by puppet per default. Puppet may have a config or could find out by itself (...) where the puppet master is.

It changed the code so we only use `apply` if a manifest was passed, otherwise we use `agent`.

This also fixes the example, which did not work the way without this change.

~~~
# Run puppet agent and fail if anything goes wrong
- puppet
~~~
10 years ago
..
__init__.py package files 10 years ago
alternatives.py Fix alternatives module in non-English locale 10 years ago
at.py moar quotes 10 years ago
capabilities.py moar quotes 10 years ago
cronvar.py removed executable bit 10 years ago
crypttab.py moar quotes 10 years ago
debconf.py Adding author's github id 10 years ago
facter.py Adding author's github id 10 years ago
filesystem.py moar quotes 10 years ago
firewalld.py firewalld: remove BabyJSON 10 years ago
getent.py Adding author's github id 10 years ago
gluster_volume.py gluster_volume: Finalize brick->bricks transition by previous author 10 years ago
kernel_blacklist.py more string corrections 10 years ago
known_hosts.py more string corrections 10 years ago
locale_gen.py Adding author's github id 10 years ago
lvg.py Devices in the current_devs list must also be converted to absolute device paths so comparison with dev_list works 10 years ago
lvol.py corrected lvol docs version to 2.0 10 years ago
modprobe.py more string corrections 10 years ago
ohai.py Adding author's github id 10 years ago
open_iscsi.py more string corrections 10 years ago
puppet.py puppet: make arg puppetmaster optional 10 years ago
svc.py added copyright/license info to modules I had missed 10 years ago
ufw.py Allow filtering of routed/forwarded packets 10 years ago
zfs.py Fix possible values for zfs sync property 10 years ago