diff options
author | elijah <elijah@riseup.net> | 2014-03-23 16:11:32 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-03-23 16:11:32 -0700 |
commit | 482c3d5a77d05043f5276d4f19168d2b777d3ef0 (patch) | |
tree | df2234b11b64ec342b0959d5b4eff1c24e1f8e3d /puppet/manifests | |
parent | a8c9d80317240d86cb7de652c23efbd7bc81bde2 (diff) |
modules/site_static: part 1 - amber
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 |