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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | manifests/nodes.pp » ('j') | modules/adblockplus/manifests/log.pp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 classes:
2 nodejs:
3 adblockplus::legacy::webserver:
4 adblockplus::log:
5
6 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.
7 - make
8 - doxygen
9
10 adblockplus::log::rotations:
11 nginx_email_submission:
12 count: 120
13 ensure: present
14 interval: monthly
15 path: /var/log/nginx/email_submission
16
17 nodejs::packages:
18 jsdoc:
19 options:
mathias 2017/07/12 16:13:46 Aren't options obsolete now?
f.lopez 2017/07/12 16:25:59 Acknowledged.
20 - --global
21
22 sitescripts::configfragments:
23 formmail_template:
24 content: |
25 [multiplexer]
26 sitescripts.subscriptions.web.fallback =
27 [subscriptions]
28 repository=/opt/sitescripts/sitescripts/subscriptionlist
29
OLDNEW
« 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