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

Side by Side Diff: hiera/roles/web/static/helpcenter.yaml

Issue 29689695: #7320 - Introduce helpcenter role (Closed)
Patch Set: Some improvements Created Feb. 9, 2018, 1:37 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/adblockplus/files/web/static/deploy_script.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 classes:
2 adblockplus::web::static:
3 domain: "help.eyeo.com"
4 is_default: true
5 deploy_user: "helpcenter-deploy"
6 nginx:
7 geoip_country: "/usr/share/GeoIP/GeoIPv6.dat"
8 nginx::modules:
9 geoip:
10 name: "ngx_http_geoip_module.so"
11 ssh::sshd_configfragments:
12 helpcenter:
13 content: |
14 Match User helpcenter-deploy
15 AllowTcpForwarding no
16 X11Forwarding no
17 AllowAgentForwarding no
18 GatewayPorts no
19 ForceCommand ~/deploy_script.py --domain=helpcenter --website=help.eyeo. com $SSH_ORIGINAL_COMMAND
20 ensure:
21 "present"
22
OLDNEW
« no previous file with comments | « no previous file | modules/adblockplus/files/web/static/deploy_script.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld