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

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

Issue 29526640: #3044 - Introduce class adblockplus::mercurial (Closed)
Left Patch Set: Created Aug. 24, 2017, 4:02 p.m.
Right Patch Set: For comment 5 Created Aug. 24, 2017, 6:37 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 | modules/adblockplus/manifests/mercurial.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 4
5 web::server::remote: git://github.com/adblockplus/web.adblockplus.org.git 5 web::server::remote: git://github.com/adblockplus/web.adblockplus.org.git
mathias 2017/08/24 16:40:52 I assume the changes in this file are for demonstr
f.lopez 2017/08/24 17:45:57 Exactly!
6
7 adblockplus::mercurial::extensions:
8 hggit:
9 package:
10 ensure: 0.8.9
11 name: hg-git
12 provider: pip
13 install_options:
14 - https://pypi.python.org/pypi/hg-git
15 6
16 sitescripts::configfragments: 7 sitescripts::configfragments:
17 formmail_template: 8 formmail_template:
18 content: | 9 content: |
19 [multiplexer] 10 [multiplexer]
20 sitescripts.subscriptions.web.fallback = 11 sitescripts.subscriptions.web.fallback =
21 [subscriptions] 12 [subscriptions]
22 repository=/home/www/subscriptionlist 13 repository=/home/www/subscriptionlist
23 14
LEFTRIGHT

Powered by Google App Engine
This is Rietveld