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

Unified Diff: manifests/webserver.pp

Issue 29325548: Issue 2974 - Integrate acceptableads.org with Hiera (Closed)
Patch Set: Created Sept. 2, 2015, 1:11 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/acceptableads.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..c8dca79187995d6bb625629744b9604612657d67 100644
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -135,15 +135,3 @@ node 'web-fb-abp-me-1' {
repository => 'facebook.adblockplus.me',
}
}
-
-node 'web-aa-org-1' {
- include statsclient
-
- class {'web::server':
- vhost => 'acceptableads.org',
- certificate => 'acceptableads.org_sslcert.pem',
- private_key => 'acceptableads.org_sslcert.key',
- is_default => true,
- repository => 'web.acceptableads.org',
- }
-}
« no previous file with comments | « hiera/roles/web/acceptableads.yaml ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld