diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-01 15:47:54 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-01 15:48:10 +0200 |
commit | 63428a61fd9f971ca3ebd06764e8453c41e92170 (patch) | |
tree | b3d33e4b0658dd52af62c18d5d053447558a9a8f /sitemodules/roles | |
parent | c1cccba05650a46570b0c3d7ed5c540e2e5ff22d (diff) | |
download | cacert-puppet-63428a61fd9f971ca3ebd06764e8453c41e92170.tar.gz cacert-puppet-63428a61fd9f971ca3ebd06764e8453c41e92170.tar.xz cacert-puppet-63428a61fd9f971ca3ebd06764e8453c41e92170.zip |
Add new profile debarchive for 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 e4a8d8b..59bef2e 100644 --- a/sitemodules/roles/manifests/webstatic.pp +++ b/sitemodules/roles/manifests/webstatic.pp @@ -25,4 +25,5 @@ class roles::webstatic { include profiles::rsyslog include profiles::purge_nrpe_agent include profiles::icinga2_agent + include profiles::debarchive } |