diff options
author | kwadronaut <kwadronaut@leap.se> | 2014-03-31 21:33:28 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2014-03-31 21:33:28 +0200 |
commit | 05bc6a8f3c9caadd8cbe262fc90437980bc26969 (patch) | |
tree | 59993091bed05f73919b077cd8865e0bad9e4f9a /puppet/manifests | |
parent | ce35a9dc3457f87ebd8f87decfad1a55e7cfa27a (diff) | |
parent | 51f320178a58d7a05860cfd8d6129a16cd4ca9d8 (diff) |
Merge branch 'feature/static_site' of https://github.com/elijh/leap_platform into elijh-feature/static_site
Conflicts:
puppet/modules/site_config/manifests/packages/base.pp
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index def0a642..ff8f8c6c 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -38,3 +38,8 @@ if $services =~ /\bmx\b/ { include site_mx } +if $services =~ /\bstatic\b/ { + include site_static +} + +include site_config::packages::uninstall
\ No newline at end of file |