Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/174144
Change subject: monitoring: fix duplicate hostgroup def ...................................................................... monitoring: fix duplicate hostgroup def Change-Id: Ia505357c1ce3109605ade120f09f74b5e7de67e9 Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M manifests/role/openldap.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/44/174144/1 diff --git a/manifests/role/openldap.pp b/manifests/role/openldap.pp index ff529e5..bc61adf 100644 --- a/manifests/role/openldap.pp +++ b/manifests/role/openldap.pp @@ -3,7 +3,7 @@ description => 'Corp OIT LDAP Mirror' } @monitoring::group { 'openldap_corp_mirror_codfw': - description => 'Corp OIT LDAP Mirror' + description => 'Corp OIT LDAP Mirror codfw' } class role::openldap::corp { -- To view, visit https://gerrit.wikimedia.org/r/174144 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia505357c1ce3109605ade120f09f74b5e7de67e9 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
