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

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

Issue 29504594: #2687 - Include mimeo python module (Closed)
Left Patch Set: For comment 11 Created Aug. 8, 2017, 2:48 a.m.
Right Patch Set: For comments 47 and 48 Created Aug. 22, 2017, 8:33 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/files/mimeo.py » ('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 adblockplus::web::mimeo: 2 adblockplus::web::mimeo:
3 format: \x24remote_addr\x20\x2d\x20\x2d\x20\x5b\x24time_local\x5d\x20\x22\x2 4request\x22\x20\x24status\x20\x24bytes_sent\x20\x22\x24http_referer\x22\x20\x22 \x24http_user_agent\x22\x20\x22\x24http_x_forwarded_for\x22\x20\x24http_scheme\x 20\x22\x24http_accept_language\x22\x20\x22\x24http_host\x22\x20\x22\x24http_x_cl ient_id\x22\x20\x24content_length\x20\x22\x24content_type\x22\x20\x24http_reques t_body 3 format: $remote_addr - - [$time_local] "$request" $status $bytes_sent "$http _referer" "$http_user_agent" "$http_x_forwarded_for" $http_scheme "$http_accept_ language" "$http_host" "$http_x_client_id" $http_content_length "$http_content_t ype" $http_request_body
4 response: All\x20good\x2c\x20carry\x20on\x21 4 response: All good, carry on!
5 port: 8000
5 web::server: 6 web::server:
6 vhost: adblockbrowser.org 7 vhost: adblockbrowser.org
7 aliases: 8 aliases:
8 - www.adblockbrowser.org 9 - www.adblockbrowser.org
9 custom_config: | 10 custom_config: |
10 location /submit-feedback { 11 location /submit-feedback {
11 proxy_pass http://127.0.0.1:8000; 12 proxy_pass http://127.0.0.1:8000;
mathias 2017/08/08 07:51:45 Please explicitly configure the adblockplus::web::
f.lopez 2017/08/09 19:50:47 Done.
12 } 13 }
13 is_default: true 14 is_default: true
14 repository: web.adblockbrowser.org 15 repository: web.adblockbrowser.org
15 multiplexer_locations: 16 multiplexer_locations:
16 - /sendInstallationLink 17 - /sendInstallationLink
17 18
18 logrotate::config: 19 logrotate::config:
20 mimeo_data:
21 content: |
22 /var/adblockplus/mimeo/data {
23 weekly
24 rotate 30
25 compress
26 missingok
27 nodateext
28 }
29 ensure: 'present'
19 adblockbrowser_feedback_data: 30 adblockbrowser_feedback_data:
20 content: | 31 content: |
21 /var/log/nginx/adblockbrowser_feedback { 32 /var/log/nginx/adblockbrowser_feedback {
22 daily 33 daily
23 rotate 30 34 rotate 30
24 compress 35 compress
25 missingok 36 missingok
26 nodateext 37 nodateext
27 sharedscripts 38 sharedscripts
28 postrotate 39 postrotate
29 [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid` 40 [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
30 endscript 41 endscript
31 } 42 }
32 ensure: 'present' 43 ensure: 'present'
33 44
34 sitescripts::configfragments: 45 sitescripts::configfragments:
35 installation_link: 46 installation_link:
36 content: | 47 content: |
37 [DEFAULT] 48 [DEFAULT]
38 mailer=/usr/sbin/sendmail 49 mailer=/usr/sbin/sendmail
39 [multiplexer] 50 [multiplexer]
40 sitescripts.send_installation_link.web.send_installation_link = 51 sitescripts.send_installation_link.web.send_installation_link =
41 [send_installation_link] 52 [send_installation_link]
42 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl 53 email_template=send_installation_link/template/adblockbrowser_installation _link.tmpl
43 54
LEFTRIGHT

Powered by Google App Engine
This is Rietveld