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" |
+ |