diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-02 18:19:45 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-02 18:19:45 +0200 |
commit | 9a49de9ffe7305e202f469a4153ea3b17643c6f6 (patch) | |
tree | c04ae685068f4f24e79a11b6bf0ddcc6d8885c40 /sitemodules/roles | |
parent | ad2d04ff2dd9bd23e488ed5d901c5181c5da8c08 (diff) | |
download | cacert-puppet-9a49de9ffe7305e202f469a4153ea3b17643c6f6.tar.gz cacert-puppet-9a49de9ffe7305e202f469a4153ea3b17643c6f6.tar.xz cacert-puppet-9a49de9ffe7305e202f469a4153ea3b17643c6f6.zip |
Setup Apache httpd on webstatic
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/webstatic.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/webstatic.pp b/sitemodules/roles/manifests/webstatic.pp index 59bef2e..f93c73d 100644 --- a/sitemodules/roles/manifests/webstatic.pp +++ b/sitemodules/roles/manifests/webstatic.pp @@ -25,5 +25,6 @@ class roles::webstatic { include profiles::rsyslog include profiles::purge_nrpe_agent include profiles::icinga2_agent + include profiles::static_websites include profiles::debarchive } |