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

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

Issue 29785567: #11294 - Generate and store anonymized HTTPd logs (Closed)
Left Patch Set: Created May 18, 2018, 3:16 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | modules/nginx/manifests/init.pp » ('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 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
(...skipping 18 matching lines...) Expand all
29 adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome 29 adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome
30 adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome 30 adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome
31 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 31 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1
32 adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore 32 adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore
33 adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore 33 adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore
34 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 34 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
35 libadblockplus_repository=https://hg.adblockplus.org/libadblockplus 35 libadblockplus_repository=https://hg.adblockplus.org/libadblockplus
36 libadblockplus_target_directory=/var/www/docs/docs/libadblockplus 36 libadblockplus_target_directory=/var/www/docs/docs/libadblockplus
37 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}
38 38
LEFTRIGHT

Powered by Google App Engine
This is Rietveld