Left: | ||
Right: |
OLD | NEW |
---|---|
(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 | |
OLD | NEW |