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

Delta Between Two Patch Sets: hiera/roles/web/adblockplus.yaml

Issue 29483575: #2007 - Create abp::legacy::webserver class for hiera compatibility (Closed)
Left Patch Set: For comment 5 Created July 12, 2017, 5:17 p.m.
Right Patch Set: For comment 9 and 10 Created July 12, 2017, 7:08 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | manifests/nodes.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 classes: 1 classes:
2 nodejs: 2 nodejs:
3 adblockplus::legacy::webserver: 3 adblockplus::legacy::webserver:
4 adblockplus::log: 4 adblockplus::log:
5 5
6 adblockplus::log::rotations: 6 adblockplus::log::rotations:
7 nginx_email_submission: 7 nginx_email_submission:
8 count: 120 8 count: 120
9 ensure: present 9 ensure: present
10 interval: monthly 10 interval: monthly
11 path: /var/log/nginx/email_submission 11 path: /var/log/nginx/email_submission
12 12
13 nodejs::packages: 13 nodejs::packages:
14 jsdoc: 14 jsdoc:
15 15
16 sitescripts::configfragments: 16 sitescripts::configfragments:
17 formmail_template: 17 formmail_template:
18 content: | 18 content: |
19 [multiplexer] 19 [multiplexer]
20 sitescripts.subscriptions.web.fallback = 20 sitescripts.subscriptions.web.fallback =
21 [subscriptions] 21 [subscriptions]
22 repository=/opt/sitescripts/sitescripts/subscriptionlist 22 repository=/home/www/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
23 23
LEFTRIGHT
« no previous file | manifests/nodes.pp » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld