Displaying 1 result from an estimated 1 matches for "rhel4_firewall_system".
2007 May 04
0
puppet vs rhel4 system-config-securitylevel
...les using redhats utility
}
define firewall($ports=["22:tcp"],$template="system-config-securitylevel.erb"){
# Define variables for template
$firewall_ports=$ports
$firewall_template=$template
include rhel4_firewall
}
class rhel4_firewall {
package {
rhel4_firewall_system-config-securitylevel:
name => "system-config-securitylevel-tui",
provider => "up2date",
ensure => "present",
}
exec {
rhel4_firewall_system-config-securitylevel:
command =>...