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
~~~
2015-06-16 11:33:15 -04:00
..
__init__.py
alternatives.py Fix alternatives module in non-English locale 2015-06-16 11:33:11 -04:00
at.py
capabilities.py
cronvar.py
crypttab.py
debconf.py
facter.py
filesystem.py
firewalld.py firewalld: remove BabyJSON 2015-06-16 11:33:11 -04:00
getent.py
gluster_volume.py
kernel_blacklist.py
known_hosts.py
locale_gen.py
lvg.py Devices in the current_devs list must also be converted to absolute device paths so comparison with dev_list works 2015-06-16 11:33:13 -04:00
lvol.py corrected lvol docs version to 2.0 2015-06-16 11:33:14 -04:00
modprobe.py
ohai.py
open_iscsi.py
puppet.py puppet: make arg puppetmaster optional 2015-06-16 11:33:15 -04:00
svc.py added copyright/license info to modules I had missed 2015-06-16 11:33:13 -04:00
ufw.py
zfs.py