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

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

Issue 29328518: Issue 2931 - Establish rotation for Adblock Browser feedback data (Closed)
Patch Set: Created Sept. 23, 2015, 6:48 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 | « no previous file | no next file » | 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: 2 statsclient:
3 web::server: 3 web::server:
4 vhost: adblockbrowser.org 4 vhost: adblockbrowser.org
5 aliases: 5 aliases:
6 - www.adblockbrowser.org 6 - www.adblockbrowser.org
7 is_default: true 7 is_default: true
8 custom_config: | 8 custom_config: |
9 location = /submit-feedback/ { 9 location = /submit-feedback/ {
10 access_log /var/log/nginx/adblockbrowser_feedback data; 10 access_log /var/log/nginx/adblockbrowser_feedback data;
11 echo_read_request_body; 11 echo_read_request_body;
12 } 12 }
13 repository: web.adblockbrowser.org 13 repository: web.adblockbrowser.org
14 multiplexer_locations: 14 multiplexer_locations:
15 - /sendInstallationLink 15 - /sendInstallationLink
16 16
17 logrotate::config:
18 adblockbrowser_feedback_data:
19 content: |
20 /var/log/nginx/adblockbrowser_feedback {
21 daily
22 rotate 30
23 compress
24 missingok
25 nodateext
26 sharedscripts
27 postrotate
28 [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
29 endscript
30 }
31 ensure: 'present'
32
17 sitescripts::configfragments: 33 sitescripts::configfragments:
18 installation_link: 34 installation_link:
19 content: | 35 content: |
20 [DEFAULT] 36 [DEFAULT]
21 mailer=/usr/sbin/sendmail 37 mailer=/usr/sbin/sendmail
22 [multiplexer] 38 [multiplexer]
23 sitescripts.send_installation_link.web.send_installation_link = 39 sitescripts.send_installation_link.web.send_installation_link =
24 [send_installation_link] 40 [send_installation_link]
25 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl 41 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl
26 42
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld