search for: rcvars_enabled

Displaying 1 result from an estimated 1 matches for "rcvars_enabled".

2007 Sep 02
0
handling rc.conf / freebsd init scripts
...node! or put them all in one file) node "host.domain.com" inherits basenode { $hostname = "host.domain.com" $iface = "fxp0" $ifconfig = "inet 1.2.3.4 netmask 255.255.255.0" $defaultrouter = "1.2.3.1" . $rcvars_enabled = [sshd, ntpd, puppetd] $rcvars_disabled = [sendmail, sendmail_submit, sendmail_outbound, sendmail_msp_queue] include bsdrcconf include ntpclient } this should be pretty straightforward. the variables set at the top are used in the template as you''ll see in a...