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 9 and 10 Created July 12, 2017, 7:08 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=/home/www/subscriptionlist
+
« 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