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

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

Issue 29689695: #7320 - Introduce helpcenter role (Closed)
Patch Set: Created Feb. 5, 2018, 5:59 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/manifests/web/static.pp » ('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 deploy_user_authorized_keys:
7 - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC/CeG5dWP7WefWl42b6n6ZThuJwENvHrP ngv90G8jXHB/rijRQrnh6hwV6L68HsoSvDkbOaskNCJHKQvEAWX16SnpNBQFiP7dt+LWJqgjWMMxea4N yGijhDn3r7fb7L2t9Pw1LfzHGO5DWCUAuW6dNkphG4LEDg9BI60/AWfirmiMvKA9jpVIl0omYQriE9oP YLj8VowOlJwJR0NtZ9GQgFYzkqlZ9k++/e/jv7T7QouNrHsI3D5NtIIMFC4r3qUiBffayJk8eWGOdzuN 8YVm6KP3Znc8JO3nU62ZjekRYeUSLDtbqdakQRLHwjRvDnnZn96DhybCK6JzlsAG/vSPD0zszY7uDtFO XpQCzMSWS/jGwMNhtQTaHfbd9+J0rNw/wIw3zocLEli6JAzHHcOb5UAnkNRglh026AVrZ3iAhxwwjuYI tOQTrdDRCcE5M9233T6kdUqwbkEFv7R1shnUHyP2jeawH52571d5PilXUD9Sb5hAs4atZo/tzrNEi1VF 5XWhq2EU9Kcea0SEDuXDm6zhPpLpk3DBPoDWaI/ZSQo7UxX6oqnK9isHyMJUscqSqWqoCACHCXA/FvcW DEpXNLOryH3rBqvSfYVvNkHhanJN5zQY4jgMcU5yg0ti996R4MFL8pKZBpuChFovIiwmyb++j/GtsHL/ o/Bv0aBr7+w== fspiegel@client080"
8 nginx:
9 geoip_country: "/usr/share/GeoIP/GeoIPv6.dat"
10 nginx::modules:
11 geoip:
12 name: "ngx_http_geoip_module.so"
13 ssh::sshd_configfragments:
14 helpcenter:
15 content: |
16 Match User helpcenter-deploy
17 AllowTcpForwarding no
18 X11Forwarding no
19 AllowAgentForwarding no
20 GatewayPorts no
21 ForceCommand ~/deploy_script.sh
22 ensure:
23 "present"
24
OLDNEW
« 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