diff options
author | micah <micah@leap.se> | 2013-06-14 16:29:23 +0200 |
---|---|---|
committer | micah <micah@leap.se> | 2013-06-14 16:29:23 +0200 |
commit | 4d4d73deed99c2ac9ba514d8b9af5f0884701346 (patch) | |
tree | b586c5af076f83d6d0056b527981430a8dbfccfe /puppet | |
parent | f2e26b8dd58ef98044d763811c32619c4cff8938 (diff) | |
parent | d10240be7ac7116e86cee32f5b8d5b90768e7094 (diff) |
Merge branch 'feature/enable_webapp_http' of /home/git/repositories/micah/leap_platform into develop
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/webapp.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_shorewall/manifests/webapp.pp b/puppet/modules/site_shorewall/manifests/webapp.pp index d12bbc8f..a8d2aa5b 100644 --- a/puppet/modules/site_shorewall/manifests/webapp.pp +++ b/puppet/modules/site_shorewall/manifests/webapp.pp @@ -2,5 +2,6 @@ class site_shorewall::webapp { include site_shorewall::defaults include site_shorewall::service::https + include site_shorewall::service::http include site_shorewall::service::webapp_api } |