diff options
author | Marcel Haerry <haerry@puzzle.ch> | 2011-08-04 13:39:27 +0200 |
---|---|---|
committer | Marcel Haerry <haerry@puzzle.ch> | 2011-08-04 13:39:27 +0200 |
commit | 8dde08a3acbf2815e0cacdc4121f4f8fa2f6c0e5 (patch) | |
tree | 73153b146eedb931f9d46dddb23cc92e3067b4cb /manifests/init.pp | |
parent | 777f77d360b3ba97f2b35f04bf81fe894196c76d (diff) | |
download | puppet-shorewall-8dde08a3acbf2815e0cacdc4121f4f8fa2f6c0e5.tar.gz puppet-shorewall-8dde08a3acbf2815e0cacdc4121f4f8fa2f6c0e5.tar.bz2 |
refactor things to use the concat module
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a5ed0af..2e68089 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,8 +1,5 @@ class shorewall { - include common::moduledir - module_dir { "shorewall": } - case $operatingsystem { gentoo: { include shorewall::gentoo } debian: { include shorewall::debian } @@ -19,12 +16,6 @@ class shorewall { } } - file {"/var/lib/puppet/modules/shorewall": - ensure => directory, - force => true, - owner => root, group => 0, mode => 0755; - } - # See http://www.shorewall.net/3.0/Documentation.htm#Zones shorewall::managed_file{ zones: } # See http://www.shorewall.net/3.0/Documentation.htm#Interfaces |