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

Unified Diff: manifests/webserver.pp

Issue 29325535: Issue 2974 - Integrate youtube.adblockplus.me with Hiera (Closed)
Patch Set: Created Sept. 2, 2015, 12:18 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 | « hiera/roles/web/youtube.yaml ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/webserver.pp
diff --git a/manifests/webserver.pp b/manifests/webserver.pp
index 0f0b8b2fbc8cc70f86bfb49a68a169c3af7b0fc3..543787b5008f7dd76dfcd70486fdb2bcfb530bb9 100644
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -112,18 +112,6 @@ node 'web-sh-abp-org-1' {
}
}
-node 'web-yt-abp-me-1' {
- include statsclient
-
- class {'web::server':
- vhost => 'youtube.adblockplus.me',
- certificate => 'youtube.adblockplus.me_sslcert.pem',
- private_key => 'youtube.adblockplus.me_sslcert.key',
- is_default => true,
- repository => 'youtube.adblockplus.me',
- }
-}
-
node 'web-fb-abp-me-1' {
include statsclient
« no previous file with comments | « hiera/roles/web/youtube.yaml ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld