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

Unified Diff: manifests/downloadserver.pp

Issue 29340979: Issue 3638 - Migrate nodes "download{1..5}" into Hiera role "downloadserver" (Closed)
Patch Set: Created April 30, 2016, 10:14 a.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/downloadserver.yaml ('k') | manifests/nodes.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/downloadserver.pp
diff --git a/manifests/downloadserver.pp b/manifests/downloadserver.pp
deleted file mode 100644
index fbbe8eba37af209e19a2cd01d2f1569ba9a2c61c..0000000000000000000000000000000000000000
--- a/manifests/downloadserver.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-node 'download1', 'download2', 'download3', 'download4', 'download5' {
- include statsclient
-
- class {'downloadserver':
- domain => 'downloads.adblockplus.org',
- certificate => 'downloads.adblockplus.org_sslcert.pem',
- private_key => 'downloads.adblockplus.org_sslcert.key',
- is_default => true
- }
-
-}
« no previous file with comments | « hiera/roles/downloadserver.yaml ('k') | manifests/nodes.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld