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

Side by Side Diff: hiera/roles/web/adblockbrowser.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/acceptableads.yaml ('k') | hiera/roles/web/easylist.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: adblockbrowser.org 3 vhost: adblockbrowser.org
5 aliases: 4 aliases:
6 - www.adblockbrowser.org 5 - www.adblockbrowser.org
7 is_default: true 6 is_default: true
8 custom_config: | 7 custom_config: |
9 location = /submit-feedback/ { 8 location = /submit-feedback/ {
10 access_log /var/log/nginx/adblockbrowser_feedback data; 9 access_log /var/log/nginx/adblockbrowser_feedback data;
11 echo_read_request_body; 10 echo_read_request_body;
12 } 11 }
(...skipping 20 matching lines...) Expand all
33 sitescripts::configfragments: 32 sitescripts::configfragments:
34 installation_link: 33 installation_link:
35 content: | 34 content: |
36 [DEFAULT] 35 [DEFAULT]
37 mailer=/usr/sbin/sendmail 36 mailer=/usr/sbin/sendmail
38 [multiplexer] 37 [multiplexer]
39 sitescripts.send_installation_link.web.send_installation_link = 38 sitescripts.send_installation_link.web.send_installation_link =
40 [send_installation_link] 39 [send_installation_link]
41 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl 40 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl
42 41
OLDNEW
« no previous file with comments | « hiera/roles/web/acceptableads.yaml ('k') | hiera/roles/web/easylist.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld