| OLD | NEW |
| 1 node 'web1' { | 1 node 'web1' { |
| 2 include statsclient | 2 include statsclient |
| 3 | 3 |
| 4 class {'web::server': | 4 class {'web::server': |
| 5 vhost => 'eyeo.com', | 5 vhost => 'eyeo.com', |
| 6 certificate => 'eyeo.com_sslcert.pem', | 6 certificate => 'eyeo.com_sslcert.pem', |
| 7 private_key => 'eyeo.com_sslcert.key', | 7 private_key => 'eyeo.com_sslcert.key', |
| 8 is_default => true, | 8 is_default => true, |
| 9 aliases => ['www.eyeo.com', 'eyeo.de', 'www.eyeo.de'], | 9 aliases => ['www.eyeo.com', 'eyeo.de', 'www.eyeo.de'], |
| 10 custom_config => ' | 10 custom_config => ' |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 | 105 |
| 106 class {'web::server': | 106 class {'web::server': |
| 107 vhost => 'share.adblockplus.org', | 107 vhost => 'share.adblockplus.org', |
| 108 certificate => 'share.adblockplus.org_sslcert.pem', | 108 certificate => 'share.adblockplus.org_sslcert.pem', |
| 109 private_key => 'share.adblockplus.org_sslcert.key', | 109 private_key => 'share.adblockplus.org_sslcert.key', |
| 110 is_default => true, | 110 is_default => true, |
| 111 repository => 'share.adblockplus.org', | 111 repository => 'share.adblockplus.org', |
| 112 } | 112 } |
| 113 } | 113 } |
| 114 | 114 |
| 115 node 'web-yt-abp-me-1' { | |
| 116 include statsclient | |
| 117 | |
| 118 class {'web::server': | |
| 119 vhost => 'youtube.adblockplus.me', | |
| 120 certificate => 'youtube.adblockplus.me_sslcert.pem', | |
| 121 private_key => 'youtube.adblockplus.me_sslcert.key', | |
| 122 is_default => true, | |
| 123 repository => 'youtube.adblockplus.me', | |
| 124 } | |
| 125 } | |
| 126 | |
| 127 node 'web-fb-abp-me-1' { | 115 node 'web-fb-abp-me-1' { |
| 128 include statsclient | 116 include statsclient |
| 129 | 117 |
| 130 class {'web::server': | 118 class {'web::server': |
| 131 vhost => 'facebook.adblockplus.me', | 119 vhost => 'facebook.adblockplus.me', |
| 132 certificate => 'facebook.adblockplus.me_sslcert.pem', | 120 certificate => 'facebook.adblockplus.me_sslcert.pem', |
| 133 private_key => 'facebook.adblockplus.me_sslcert.key', | 121 private_key => 'facebook.adblockplus.me_sslcert.key', |
| 134 is_default => true, | 122 is_default => true, |
| 135 repository => 'facebook.adblockplus.me', | 123 repository => 'facebook.adblockplus.me', |
| 136 } | 124 } |
| 137 } | 125 } |
| 138 | 126 |
| 139 node 'web-aa-org-1' { | 127 node 'web-aa-org-1' { |
| 140 include statsclient | 128 include statsclient |
| 141 | 129 |
| 142 class {'web::server': | 130 class {'web::server': |
| 143 vhost => 'acceptableads.org', | 131 vhost => 'acceptableads.org', |
| 144 certificate => 'acceptableads.org_sslcert.pem', | 132 certificate => 'acceptableads.org_sslcert.pem', |
| 145 private_key => 'acceptableads.org_sslcert.key', | 133 private_key => 'acceptableads.org_sslcert.key', |
| 146 is_default => true, | 134 is_default => true, |
| 147 repository => 'web.acceptableads.org', | 135 repository => 'web.acceptableads.org', |
| 148 } | 136 } |
| 149 } | 137 } |
| OLD | NEW |