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

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

Issue 29464580: #1538 - Remove instanciation of statsclient class from all nodes (Closed)
Patch Set: Created June 13, 2017, 9:51 a.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 | « hiera/roles/web/subscribe.yaml ('k') | hiera/roles/web/youtube.yaml » ('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 statsclient:
3 web::server: 2 web::server:
4 vhost: testpages.adblockplus.org 3 vhost: testpages.adblockplus.org
5 certificate: testpages.adblockplus.org_sslcert.pem 4 certificate: testpages.adblockplus.org_sslcert.pem
6 private_key: testpages.adblockplus.org_sslcert.key 5 private_key: testpages.adblockplus.org_sslcert.key
7 is_default: true 6 is_default: true
8 multiplexer_locations: 7 multiplexer_locations:
9 - "/sitekey-frame" 8 - "/sitekey-frame"
10 repository: testpages.adblockplus.org 9 repository: testpages.adblockplus.org
11 10
12 sitescripts::configfragments: 11 sitescripts::configfragments:
13 sitekey_frame: 12 sitekey_frame:
14 content: | 13 content: |
15 [multiplexer] 14 [multiplexer]
16 sitescripts.testpages.web.sitekey_frame = 15 sitescripts.testpages.web.sitekey_frame =
17 [testpages] 16 [testpages]
18 sitekeyFrameTemplate=/home/www/testpages.adblockplus.org/templates/sitekey _frame.tmpl 17 sitekeyFrameTemplate=/home/www/testpages.adblockplus.org/templates/sitekey _frame.tmpl
19 sitekeyPath=/home/www/testpages.adblockplus.org/static/site.key 18 sitekeyPath=/home/www/testpages.adblockplus.org/static/site.key
20 19
21 adblockplus::packages: 20 adblockplus::packages:
22 - python-m2crypto 21 - python-m2crypto
23 22
OLDNEW
« no previous file with comments | « hiera/roles/web/subscribe.yaml ('k') | hiera/roles/web/youtube.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld