Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/393980 )

Change subject: gerrit: restore system::role for motd
......................................................................


gerrit: restore system::role for motd

I noticed somehow the system::role got lost and on
cobalt there was nothing in motd anymore which is normally
added by this. Restoring it.

Change-Id: I0f161ef6e009ab4f18c45af62e19b059b4282fa3
---
M modules/role/manifests/gerrit.pp
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/role/manifests/gerrit.pp b/modules/role/manifests/gerrit.pp
index e31c828..c3b8e94 100644
--- a/modules/role/manifests/gerrit.pp
+++ b/modules/role/manifests/gerrit.pp
@@ -2,6 +2,9 @@
 # https://en.wikipedia.org/wiki/Gerrit_%28software%29
 #
 class role::gerrit {
+
+    system::role { 'Gerrit': description => "Gerrit server in ${::realm}" }
+
     include ::standard
     include ::profile::backup::host
     include ::profile::base::firewall

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0f161ef6e009ab4f18c45af62e19b059b4282fa3
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to