Index: modules/adblockplus/manifests/legacy/webserver.pp |
=================================================================== |
--- a/modules/adblockplus/manifests/legacy/webserver.pp |
+++ b/modules/adblockplus/manifests/legacy/webserver.pp |
@@ -8,15 +8,7 @@ |
class adblockplus::legacy::webserver { |
class {'web::server': |
- vhost => 'adblockplus.org', |
- certificate => 'adblockplus.org_sslcert.pem', |
- private_key => 'adblockplus.org_sslcert.key', |
- is_default => true, |
- aliases => ['www.adblockplus.org'], |
custom_config => template("web/adblockplus.org.conf.erb"), |
- repository => 'web.adblockplus.org', |
- multiplexer_locations => ['/getSubscription'], |
- geoip => true, |
} |
nginx::module{'geoip': |