LEFT | RIGHT |
1 classes: | 1 classes: |
2 adblockplus::web::mimeo: | 2 adblockplus::web::mimeo: |
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 | 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 good, carry on! | 4 response: All good, carry on! |
5 port: 8000 | 5 port: 8000 |
6 web::server: | 6 web::server: |
7 vhost: adblockbrowser.org | 7 vhost: adblockbrowser.org |
8 aliases: | 8 aliases: |
9 - www.adblockbrowser.org | 9 - www.adblockbrowser.org |
10 custom_config: | | 10 custom_config: | |
11 location /submit-feedback { | 11 location /submit-feedback { |
12 proxy_pass http://127.0.0.1:8000; | 12 proxy_pass http://127.0.0.1:8000; |
13 } | 13 } |
14 is_default: true | 14 is_default: true |
15 repository: web.adblockbrowser.org | 15 repository: web.adblockbrowser.org |
16 multiplexer_locations: | 16 multiplexer_locations: |
17 - /sendInstallationLink | 17 - /sendInstallationLink |
18 | 18 |
19 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' |
20 adblockbrowser_feedback_data: | 30 adblockbrowser_feedback_data: |
21 content: | | 31 content: | |
22 /var/log/nginx/adblockbrowser_feedback { | 32 /var/log/nginx/adblockbrowser_feedback { |
23 daily | 33 daily |
24 rotate 30 | 34 rotate 30 |
25 compress | 35 compress |
26 missingok | 36 missingok |
27 nodateext | 37 nodateext |
28 sharedscripts | 38 sharedscripts |
29 postrotate | 39 postrotate |
30 [ ! -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` |
31 endscript | 41 endscript |
32 } | 42 } |
33 ensure: 'present' | 43 ensure: 'present' |
34 | 44 |
35 sitescripts::configfragments: | 45 sitescripts::configfragments: |
36 installation_link: | 46 installation_link: |
37 content: | | 47 content: | |
38 [DEFAULT] | 48 [DEFAULT] |
39 mailer=/usr/sbin/sendmail | 49 mailer=/usr/sbin/sendmail |
40 [multiplexer] | 50 [multiplexer] |
41 sitescripts.send_installation_link.web.send_installation_link = | 51 sitescripts.send_installation_link.web.send_installation_link = |
42 [send_installation_link] | 52 [send_installation_link] |
43 email_template=send_installation_link/template/adblockbrowser_installation
_link.tmpl | 53 email_template=send_installation_link/template/adblockbrowser_installation
_link.tmpl |
44 | 54 |
LEFT | RIGHT |