| A | |
| apache:: | |
| B | |
| bacula:: | |
| bacula:: | |
| bacula:: | |
| bacula:: | |
| I | |
| iptables:: |
Creates a std vhost,
define apache::stdvhost( $aliases = "NONE", $prefix = "/srv/www", $customlines = "", $ensure = "present", $template = "apache/default-vhost.erb", $allowoverride = "", $options = "", $owner = "root", $group = "root" )
Installs a time cycle config file on the server
define bacula::cyclefile( $owner = root, $group = root, $mode = 444 )
Installs the configuration file for the Bacula FD on the client
define bacula::fd ( $dirname, $dirpass, $dirhostname, $fdname )
Installs a host configuration file onto the server
define bacula::hostfile( $owner = root, $group = root, $mode = 444 )
Installs a pool configuration file onto the server
define bacula::poolfile( $owner = root, $group = root, $mode = 444 )
Installs a snippet into /etc/iptables.d/snippets at a given index.
define iptables::snippet ( $order = "10", $ensure = "present" )