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

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

Issue 29785567: #11294 - Generate and store anonymized HTTPd logs (Closed)
Patch Set: #11294 - Include input MD5 sum with archive file names Created June 5, 2018, 2:29 p.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 | modules/nginx/manifests/init.pp » ('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 nodejs: 2 nodejs:
3 adblockplus::legacy::webserver: 3 adblockplus::legacy::webserver:
4 4
5 web::server::vhost: adblockplus.org 5 web::server::vhost: adblockplus.org
6 web::server::certificate: adblockplus.org_sslcert.pem 6 web::server::certificate: adblockplus.org_sslcert.pem
7 web::server::private_key: adblockplus.org_sslcert.key 7 web::server::private_key: adblockplus.org_sslcert.key
8 web::server::is_default: true 8 web::server::is_default: true
9 web::server::aliases: 9 web::server::aliases:
10 - www.adblockplus.org 10 - www.adblockplus.org
11 web::server::repository: web.adblockplus.org 11 web::server::repository: web.adblockplus.org
12 web::server::multiplexer_locations: 12 web::server::multiplexer_locations:
13 - /getSubscription 13 - /getSubscription
14 web::server::geoip: true
15 14
16 sitescripts::configfragments: 15 sitescripts::configfragments:
17 formmail_template: 16 formmail_template:
18 content: | 17 content: |
19 [multiplexer] 18 [multiplexer]
20 sitescripts.subscriptions.web.fallback = 19 sitescripts.subscriptions.web.fallback =
21 [subscriptions] 20 [subscriptions]
22 repository=/home/www/subscriptionlist 21 repository=/home/www/subscriptionlist
23 generate_docs: 22 generate_docs:
24 content: | 23 content: |
25 [docs] 24 [docs]
26 temp_directory=/tmp/sitescripts-generate-docs 25 temp_directory=/tmp/sitescripts-generate-docs
27 adblockplus_repository=https://hg.adblockplus.org/adblockplus 26 adblockplus_repository=https://hg.adblockplus.org/adblockplus
28 adblockplus_target_directory=/var/www/docs/jsdoc/adblockplus 27 adblockplus_target_directory=/var/www/docs/jsdoc/adblockplus
29 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 28 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
30 adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome 29 adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome
31 adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome 30 adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome
32 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 31 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1
33 adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore 32 adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore
34 adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore 33 adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore
35 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 34 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
36 libadblockplus_repository=https://hg.adblockplus.org/libadblockplus 35 libadblockplus_repository=https://hg.adblockplus.org/libadblockplus
37 libadblockplus_target_directory=/var/www/docs/docs/libadblockplus 36 libadblockplus_target_directory=/var/www/docs/docs/libadblockplus
38 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_d ir} 37 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_d ir}
39 38
OLDNEW
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld