From c4b5c1df7473102f83832aba19578c7a28a53d05 Mon Sep 17 00:00:00 2001 From: am Date: Tue, 6 Nov 2007 12:01:41 +0000 Subject: shorewall: default config von website git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@41 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index e38848d..ba87bca 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,7 +22,7 @@ class shorewall { package { shorewall: ensure => installed } - # service { shorewall: ensure => running, enable => true, } + service { shorewall: ensure => running, enable => true, } # private define managed_file () { @@ -56,11 +56,11 @@ class shorewall { # This file has to be managed in place, so shorewall can find it file { "/etc/shorewall/shorewall.conf": - # use OS specific defaults, but use Debian/etch if no other is found + # use OS specific defaults, but use gentoo if no other is found source => [ "puppet://$servername/shorewall/shorewall.conf.$operatingsystem.$lsbdistcodename", "puppet://$servername/shorewall/shorewall.conf.$operatingsystem", - "puppet://$servername/shorewall/shorewall.conf.Debian.etch" ], + "puppet://$servername/shorewall/shorewall.conf.gentoo" ], mode => 0644, owner => root, group => root, } -- cgit v1.2.3