diff options
author | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-11-16 15:32:47 +0000 |
---|---|---|
committer | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-11-16 15:32:47 +0000 |
commit | 3d42a3e68af799681a60ccc45a21036e35ed5ad4 (patch) | |
tree | b9ec6d2085d531c0dc105956cefc673d5d2fa5fb /manifests | |
parent | 2b4f972943a8be4702d04788a15556e8b98b1619 (diff) | |
download | puppet-shorewall-3d42a3e68af799681a60ccc45a21036e35ed5ad4.tar.gz puppet-shorewall-3d42a3e68af799681a60ccc45a21036e35ed5ad4.tar.bz2 |
gentoo wurde generisch eingefügt
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@100 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3a50a8f..5eb6465 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,7 +74,7 @@ class shorewall { source => [ "puppet://$servername/shorewall/shorewall.conf.$operatingsystem.$lsbdistcodename", "puppet://$servername/shorewall/shorewall.conf.$operatingsystem", - "puppet://$servername/shorewall/shorewall.conf.gentoo" ], + "puppet://$servername/shorewall/shorewall.conf.Gentoo." ], mode => 0644, owner => root, group => root, } |