Dzahn has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/80/393980/1 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: newchange Gerrit-Change-Id: I0f161ef6e009ab4f18c45af62e19b059b4282fa3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
