Matanya has uploaded a new change for review.
https://gerrit.wikimedia.org/r/97695
Change subject: zuul : lint clean
......................................................................
zuul : lint clean
Change-Id: I830cd9d26bc8ec5a0c590fbd141d895232080f0e
---
M modules/zuul/manifests/init.pp
1 file changed, 13 insertions(+), 12 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/95/97695/1
diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp
index a5591c2..9cce7d1 100644
--- a/modules/zuul/manifests/init.pp
+++ b/modules/zuul/manifests/init.pp
@@ -9,21 +9,21 @@
# == Class: zuul
class zuul (
- $jenkins_server,
- $jenkins_user,
- $jenkins_apikey,
- $gearman_server,
- $gearman_server_start,
- $gerrit_server,
- $gerrit_user,
+ $jenkins_server = 'UNSET',
+ $jenkins_user = 'UNSET',
+ $jenkins_apikey = 'UNSET',
+ $gearman_server = 'UNSET',
+ $gearman_server_start = 'UNSET',
+ $gerrit_server = 'UNSET',
+ $gerrit_user = 'UNSET',
$gerrit_baseurl = 'https://gerrit.wikimedia.org/r',
- $url_pattern,
- $status_url = "https://${::fqdn}/zuul/status",
+ $url_pattern = 'UNSET',
+ $status_url = 'UNSET',
$git_source_repo = 'https://gerrit.wikimedia.org/r/p/integration/zuul.git',
$git_branch = 'master',
$git_dir = '/var/lib/zuul/git',
- $push_change_refs,
- $statsd_host = '',
+ $push_change_refs = 'UNSET',
+ $statsd_host = 'UNSET',
) {
# Dependencies as mentionned in zuul:tools/pip-requires
@@ -127,7 +127,8 @@
# Additionally provide a publicly readeable configuration file
exec { 'craft public zuul conf':
cwd => '/etc/zuul/',
- command => '/bin/sed "s/apikey=.*/apikey=<obfuscacated>/"
/etc/zuul/zuul.conf > /etc/zuul/public.conf',
+ command => '/bin/sed "s/apikey=.*/apikey=<obfuscacated>/"
+/etc/zuul/zuul.conf > /etc/zuul/public.conf',
refreshonly => true,
}
--
To view, visit https://gerrit.wikimedia.org/r/97695
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I830cd9d26bc8ec5a0c590fbd141d895232080f0e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits