Displaying 1 result from an estimated 1 matches for "en_val".
Did you mean:
end_val
2007 Sep 02
0
handling rc.conf / freebsd init scripts
...e necessary there.
::$templatedir/rc.conf.erb::
#
# AUTOMATICALLY GENERATED BY PUPPET
#
# !!!DO NOT EDIT!!!
#
hostname="<%= hostname %>"
ifconfig_<%= iface %>="<%= ifconfig %>"
defaultrouter="<%= defaultrouter %>"
<% rcvars_enabled.each do |en_val| -%>
<%= en_val %>_enable="YES"
<% end -%>
<% rcvars_disabled.each do |dis_val| -%>
<%= dis_val %>_enable="NO"
<% end -%>
and that''s pretty much it. one thing that still needs to be addressed is
the handling of non-enabled/disabled va...