Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: hiera/roles/web/adblockplus.yaml

Issue 29483575: #2007 - Create abp::legacy::webserver class for hiera compatibility (Closed)
Patch Set: For comment 5 Created July 12, 2017, 5:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | manifests/nodes.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « no previous file | manifests/nodes.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld