diff options
author | Michael Scherer <misc@mageia.org> | 2012-02-09 12:27:12 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-02-09 12:27:12 +0000 |
commit | 07e9f408c203f887bbced745531993321ac559fe (patch) | |
tree | 615acebd743b73e704996205b2a58376d6f3d4f4 | |
parent | 291a3cc338ec1a87d0569f41ecbad5ec1d9374a4 (diff) | |
download | puppet-07e9f408c203f887bbced745531993321ac559fe.tar puppet-07e9f408c203f887bbced745531993321ac559fe.tar.gz puppet-07e9f408c203f887bbced745531993321ac559fe.tar.bz2 puppet-07e9f408c203f887bbced745531993321ac559fe.tar.xz puppet-07e9f408c203f887bbced745531993321ac559fe.zip |
disable shorewall prototype on jonund, enable back once finished
-rw-r--r-- | manifests/nodes/jonund.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodes/jonund.pp b/manifests/nodes/jonund.pp index 9211fe21..5f0b0296 100644 --- a/manifests/nodes/jonund.pp +++ b/manifests/nodes/jonund.pp @@ -6,6 +6,6 @@ node jonund { include buildsystem::buildnode include buildsystem::iurt20101 timezone::timezone { "Europe/Paris": } - include shorewall - include shorewall::default_firewall +# include shorewall +# include shorewall::default_firewall } |