Displaying 1 result from an estimated 1 matches for "sendmail_msp_queu".
Did you mean:
  sendmail_msp_queue
  
2007 Sep 02
0
handling rc.conf / freebsd init scripts
...t;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 bit.
::bsdrcconf.pp:: (which is what includes the actual template)
class bsdrcconf {
         file { "rc.conf&...