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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/adblockplus/files/web/static/deploy_script.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/web/static/helpcenter.yaml
diff --git a/hiera/roles/web/static/helpcenter.yaml b/hiera/roles/web/static/helpcenter.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4e1f58a6255db3d959bdc80beca2f6961f48dd64
--- /dev/null
+++ b/hiera/roles/web/static/helpcenter.yaml
@@ -0,0 +1,22 @@
+classes:
+ adblockplus::web::static:
+ domain: "help.eyeo.com"
+ is_default: true
+ deploy_user: "helpcenter-deploy"
+nginx:
+ geoip_country: "/usr/share/GeoIP/GeoIPv6.dat"
+nginx::modules:
+ geoip:
+ name: "ngx_http_geoip_module.so"
+ssh::sshd_configfragments:
+ helpcenter:
+ content: |
+ Match User helpcenter-deploy
+ AllowTcpForwarding no
+ X11Forwarding no
+ AllowAgentForwarding no
+ GatewayPorts no
+ ForceCommand ~/deploy_script.py --domain=helpcenter --website=help.eyeo.com $SSH_ORIGINAL_COMMAND
+ ensure:
+ "present"
+
« 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