PuppetDefine Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 apache::stdvhost
B
 bacula::cyclefile
 bacula::fd
 bacula::hostfile
 bacula::poolfile
I
 iptables::snippet
define apache::stdvhost($aliases =  "NONE",
$prefix =  "/srv/www",
$customlines =  "",
$ensure =  "present",
$template =  "apache/default-vhost.erb",
$allowoverride =  "",
$options =  "",
$owner = "root",
$group = "root")
Creates a std vhost,
define bacula::cyclefile($owner = root,
$group = root,
$mode = 444)
Installs a time cycle config file on the server
define bacula::fd ($dirname,
$dirpass,
$dirhostname,
$fdname)
Installs the configuration file for the Bacula FD on the client
define bacula::hostfile($owner = root,
$group = root,
$mode = 444)
Installs a host configuration file onto the server
define bacula::poolfile($owner = root,
$group = root,
$mode = 444)
Installs a pool configuration file onto the server
define iptables::snippet ($order =  "10",
$ensure =  "present")
Installs a snippet into /etc/iptables.d/snippets at a given index.