aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-12 22:29:17 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-12 22:29:17 +0000
commita6617ba769b276ec1b55154b5a2feb038227d26d (patch)
tree8ea1063316f44bf9141335c5dc994123382e659b /manifests
parent0799a91cfc6db96a6b09a806643f41900af211f8 (diff)
downloadpuppet-a6617ba769b276ec1b55154b5a2feb038227d26d.tar
puppet-a6617ba769b276ec1b55154b5a2feb038227d26d.tar.gz
puppet-a6617ba769b276ec1b55154b5a2feb038227d26d.tar.bz2
puppet-a6617ba769b276ec1b55154b5a2feb038227d26d.tar.xz
puppet-a6617ba769b276ec1b55154b5a2feb038227d26d.zip
include shorewall before shorewall::default_firewall
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 25163a1f..5c0cb46a 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -62,6 +62,7 @@ node jonund {
include default_mageia_server
#include buildsystem::buildnode
timezone::timezone { "Europe/Paris": }
+ include shorewall
include shorewall::default_firewall
}