Faidon has submitted this change and it was merged. Change subject: Fix capitalization of ceph monitor_group ......................................................................
Fix capitalization of ceph monitor_group Change-Id: Ib79ba5160d095d351c8c1290b3fffd9a8b821b0f --- M manifests/role/ceph.pp 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Faidon: Verified; Looks good to me, approved diff --git a/manifests/role/ceph.pp b/manifests/role/ceph.pp index a0eeffa..ac69751 100644 --- a/manifests/role/ceph.pp +++ b/manifests/role/ceph.pp @@ -1,4 +1,4 @@ -@monitor_group { 'Ceph': description => 'Ceph servers' } +@monitor_group { 'ceph': description => 'Ceph servers' } class role::ceph::base { $cluster = 'ceph' -- To view, visit https://gerrit.wikimedia.org/r/61012 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib79ba5160d095d351c8c1290b3fffd9a8b821b0f Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon <fai...@wikimedia.org> Gerrit-Reviewer: Faidon <fai...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits