e633d9946f
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 ~~~ |
||
---|---|---|
.. | ||
__init__.py | ||
alternatives.py | ||
at.py | ||
capabilities.py | ||
cronvar.py | ||
crypttab.py | ||
debconf.py | ||
facter.py | ||
filesystem.py | ||
firewalld.py | ||
getent.py | ||
gluster_volume.py | ||
kernel_blacklist.py | ||
known_hosts.py | ||
locale_gen.py | ||
lvg.py | ||
lvol.py | ||
modprobe.py | ||
ohai.py | ||
open_iscsi.py | ||
puppet.py | ||
svc.py | ||
ufw.py | ||
zfs.py |