Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/59106


Change subject: Fix system_role title for role::jenkins::master::production
......................................................................

Fix system_role title for role::jenkins::master::production

Gerrit change I90264df1c added a system_role resource for jenkins, but its
title is "role::zuul::production", which conflicts with line 41 of
manifests/role/zuul.pp@7c3e1e89. I presume Antoine was simply using his early
work as a reference and did a s/zuul/jenkins in one place (the description) but
not the other.

Change-Id: I4696578a7e8521ec6cf08fd21ae5ea3a2e5e3595
---
M manifests/role/jenkins.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/06/59106/1

diff --git a/manifests/role/jenkins.pp b/manifests/role/jenkins.pp
index 11995f4..f807291 100644
--- a/manifests/role/jenkins.pp
+++ b/manifests/role/jenkins.pp
@@ -1,7 +1,7 @@
 # vim: noet
 class role::jenkins::master::production {
 
-       system_role { 'role::zuul::production': description => 'Jenkins master 
on production' }
+       system_role { 'role::jenkins::production': description => 'Jenkins 
master on production' }
 
        file { '/srv/ssd/jenkins':
                ensure => 'directory',

-- 
To view, visit https://gerrit.wikimedia.org/r/59106
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4696578a7e8521ec6cf08fd21ae5ea3a2e5e3595
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to