summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-08-20 19:45:56 -0400
committerMicah Anderson <micah@leap.se>2013-08-22 09:43:20 -0400
commit3cdebf3ebe73cb2859dc852dcc73a8ee2d60e976 (patch)
tree12ff5dd71a6fab4977abd5587cc949bca2493183 /puppet/manifests
parent5229fc7ffc3e804b788b3d25042514806f9a4e9b (diff)
install a preliminary firewall that blocks everything, except ssh for the cases when shorewall doesn't properly come up, ensuring that it fails safe (#3339)
Change-Id: Id4f0bf6cf25f420aa2ad67635b37ae95f54e3d38
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/setup.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/manifests/setup.pp b/puppet/manifests/setup.pp
index d9e5229e..84e4c056 100644
--- a/puppet/manifests/setup.pp
+++ b/puppet/manifests/setup.pp
@@ -9,6 +9,8 @@ include concat::setup
include site_config::hosts
+include site_config::initial_firewall
+
include site_apt
package { 'facter':