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

Unified Diff: modules/adblockplus/manifests/build/master.pp

Issue 29336742: Issue 1281 - Rename class adblockplus::{buildmaster => build::master} (Closed)
Patch Set: Created Feb. 20, 2016, 1:25 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 | « modules/adblockplus/manifests/build.pp ('k') | modules/adblockplus/manifests/buildmaster.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/build/master.pp
diff --git a/modules/adblockplus/manifests/buildmaster.pp b/modules/adblockplus/manifests/build/master.pp
similarity index 84%
rename from modules/adblockplus/manifests/buildmaster.pp
rename to modules/adblockplus/manifests/build/master.pp
index bb8bc4d159c5dce0e1352a7c9453f9bdd6412671..92b250ddcac1601e2572d585e539897111cd4dae 100644
--- a/modules/adblockplus/manifests/buildmaster.pp
+++ b/modules/adblockplus/manifests/build/master.pp
@@ -1,4 +1,4 @@
-# == Class: adblockplus::buildmaster
+# == Class: adblockplus::build::master
#
# An authoritative build-server setup based on Buildbot and Nginx.
#
@@ -30,19 +30,19 @@
#
# === Examples:
#
-# class {'adblockplus::buildmaster':
+# class {'adblockplus::build::master':
# domain => 'localhost',
# is_default_domain => true,
# }
#
-class adblockplus::buildmaster (
+class adblockplus::build::master (
$domain,
$is_default_domain = false,
$buildbot_config = {},
- $ssl_cert = hiera('adblockplus::buildmaster::ssl_cert', 'undef'),
- $ssl_key = hiera('adblockplus::buildmaster::ssl_key', 'undef'),
- $slaves = hiera('adblockplus::buildmaster::slaves', {}),
- $slave_credentials = hiera('adblockplus::buildmaster::slave_credentials', {}),
+ $ssl_cert = hiera('adblockplus::build::master::ssl_cert', 'undef'),
+ $ssl_key = hiera('adblockplus::build::master::ssl_key', 'undef'),
+ $slaves = hiera('adblockplus::build::master::slaves', {}),
+ $slave_credentials = hiera('adblockplus::build::master::slave_credentials', {}),
) {
include nginx
« no previous file with comments | « modules/adblockplus/manifests/build.pp ('k') | modules/adblockplus/manifests/buildmaster.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld