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

Unified Diff: manifests/downloadserver.pp

Issue 6293342086234112: Noissue - Add two download servers (Closed)
Patch Set: Additional changes Created May 20, 2015, 3:29 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 | « no previous file | modules/statsmaster/files/sitescripts.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/downloadserver.pp
===================================================================
--- a/manifests/downloadserver.pp
+++ b/manifests/downloadserver.pp
@@ -1,9 +1,9 @@
-node 'download1' {
+node 'download1', 'download2', 'download3' {
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 | « no previous file | modules/statsmaster/files/sitescripts.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld