diff options
| -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  }  | 
