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

Unified Diff: hiera/roles/web/helpcenter.yaml

Issue 29689695: #7320 - Introduce helpcenter role (Closed)
Patch Set: Created Feb. 5, 2018, 5:59 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/manifests/web/static.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/web/helpcenter.yaml
diff --git a/hiera/roles/web/helpcenter.yaml b/hiera/roles/web/helpcenter.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8594c582467fb90b5dec60c7e9c53c134937186d
--- /dev/null
+++ b/hiera/roles/web/helpcenter.yaml
@@ -0,0 +1,24 @@
+classes:
+ adblockplus::web::static:
+ domain: "help.eyeo.com"
+ is_default: true
+ deploy_user: "helpcenter-deploy"
+ deploy_user_authorized_keys:
+ - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC/CeG5dWP7WefWl42b6n6ZThuJwENvHrPngv90G8jXHB/rijRQrnh6hwV6L68HsoSvDkbOaskNCJHKQvEAWX16SnpNBQFiP7dt+LWJqgjWMMxea4NyGijhDn3r7fb7L2t9Pw1LfzHGO5DWCUAuW6dNkphG4LEDg9BI60/AWfirmiMvKA9jpVIl0omYQriE9oPYLj8VowOlJwJR0NtZ9GQgFYzkqlZ9k++/e/jv7T7QouNrHsI3D5NtIIMFC4r3qUiBffayJk8eWGOdzuN8YVm6KP3Znc8JO3nU62ZjekRYeUSLDtbqdakQRLHwjRvDnnZn96DhybCK6JzlsAG/vSPD0zszY7uDtFOXpQCzMSWS/jGwMNhtQTaHfbd9+J0rNw/wIw3zocLEli6JAzHHcOb5UAnkNRglh026AVrZ3iAhxwwjuYItOQTrdDRCcE5M9233T6kdUqwbkEFv7R1shnUHyP2jeawH52571d5PilXUD9Sb5hAs4atZo/tzrNEi1VF5XWhq2EU9Kcea0SEDuXDm6zhPpLpk3DBPoDWaI/ZSQo7UxX6oqnK9isHyMJUscqSqWqoCACHCXA/FvcWDEpXNLOryH3rBqvSfYVvNkHhanJN5zQY4jgMcU5yg0ti996R4MFL8pKZBpuChFovIiwmyb++j/GtsHL/o/Bv0aBr7+w== fspiegel@client080"
+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.sh
+ ensure:
+ "present"
+
« no previous file with comments | « no previous file | modules/adblockplus/manifests/web/static.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld