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: Creates a full commit for refactoring webserver manifest Created July 10, 2017, 6:29 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') | modules/adblockplus/manifests/log.pp » ('J')
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,29 @@
+classes:
+ nodejs:
+ adblockplus::legacy::webserver:
+ adblockplus::log:
+
+adblockplus::packages:
mathias 2017/07/12 16:13:46 Both make and doxygen are actual requirements for
f.lopez 2017/07/12 16:25:59 Acknowledged.
+ - make
+ - doxygen
+
+adblockplus::log::rotations:
+ nginx_email_submission:
+ count: 120
+ ensure: present
+ interval: monthly
+ path: /var/log/nginx/email_submission
+
+nodejs::packages:
+ jsdoc:
+ options:
mathias 2017/07/12 16:13:46 Aren't options obsolete now?
f.lopez 2017/07/12 16:25:59 Acknowledged.
+ - --global
+
+sitescripts::configfragments:
+ formmail_template:
+ content: |
+ [multiplexer]
+ sitescripts.subscriptions.web.fallback =
+ [subscriptions]
+ repository=/opt/sitescripts/sitescripts/subscriptionlist
+
« no previous file with comments | « no previous file | manifests/nodes.pp » ('j') | modules/adblockplus/manifests/log.pp » ('J')

Powered by Google App Engine
This is Rietveld