Index: hiera/roles/web/adblockplus.yaml |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/hiera/roles/web/adblockplus.yaml |
@@ -0,0 +1,23 @@ |
+classes: |
+ nodejs: |
+ adblockplus::legacy::webserver: |
+ adblockplus::log: |
+ |
+adblockplus::log::rotations: |
+ nginx_email_submission: |
+ count: 120 |
+ ensure: present |
+ interval: monthly |
+ path: /var/log/nginx/email_submission |
+ |
+nodejs::packages: |
+ jsdoc: |
+ |
+sitescripts::configfragments: |
+ formmail_template: |
+ content: | |
+ [multiplexer] |
+ sitescripts.subscriptions.web.fallback = |
+ [subscriptions] |
+ repository=/opt/sitescripts/sitescripts/subscriptionlist |
mathias
2017/07/12 18:01:09
So this is a repository maintained by the resource
f.lopez
2017/07/12 19:05:44
Actually I misread the code at the beginning, it s
|
+ |