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