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

Side by Side Diff: hiera/roles/web/adblockplus.yaml

Issue 29493618: #2007 - Move jsdoc package inside legacy module (Closed)
Patch Set: For comment 2 Created July 20, 2017, 6:41 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 | modules/adblockplus/manifests/legacy/webserver.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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:
14 jsdoc:
15
16 sitescripts::configfragments: 13 sitescripts::configfragments:
17 formmail_template: 14 formmail_template:
18 content: | 15 content: |
19 [multiplexer] 16 [multiplexer]
20 sitescripts.subscriptions.web.fallback = 17 sitescripts.subscriptions.web.fallback =
21 [subscriptions] 18 [subscriptions]
22 repository=/home/www/subscriptionlist 19 repository=/home/www/subscriptionlist
23 20
OLDNEW
« no previous file with comments | « no previous file | modules/adblockplus/manifests/legacy/webserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld