summaryrefslogtreecommitdiff
path: root/puppet/modules/site_static/manifests/init.pp
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-03-24 01:47:46 -0700
committerelijah <elijah@riseup.net>2014-03-24 01:47:46 -0700
commit51f320178a58d7a05860cfd8d6129a16cd4ca9d8 (patch)
tree0e45317adf8c862b12bb6b160b55f737a4c0eab9 /puppet/modules/site_static/manifests/init.pp
parent482c3d5a77d05043f5276d4f19168d2b777d3ef0 (diff)
modules/site_static: part 2 - apache
Diffstat (limited to 'puppet/modules/site_static/manifests/init.pp')
-rw-r--r--puppet/modules/site_static/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_static/manifests/init.pp b/puppet/modules/site_static/manifests/init.pp
index cc447cf7..91a4a7a9 100644
--- a/puppet/modules/site_static/manifests/init.pp
+++ b/puppet/modules/site_static/manifests/init.pp
@@ -10,4 +10,8 @@ class site_static {
}
create_resources(site_static::domain, $domains)
+
+ include site_shorewall::defaults
+ include site_shorewall::service::http
+ include site_shorewall::service::https
} \ No newline at end of file