Muehlenhoff has submitted this change and it was merged. Change subject: Assign salt grains for eventlogging ......................................................................
Assign salt grains for eventlogging Change-Id: I94f68ed9ba518afb40c90be374f4cf4d2d749afb --- M hieradata/role/common/eventlogging.yaml M modules/debdeploy/templates/debdeploy.erb 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved diff --git a/hieradata/role/common/eventlogging.yaml b/hieradata/role/common/eventlogging.yaml index 86f9540..ef38895 100644 --- a/hieradata/role/common/eventlogging.yaml +++ b/hieradata/role/common/eventlogging.yaml @@ -1,3 +1,6 @@ admin::groups: - eventlogging-admins - eventlogging-roots +debdeploy::grains: + debdeploy-eventlogging: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index 05aac29..1b900e0 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -31,3 +31,4 @@ videoscaler = debdeploy-videoscaler:standard videoscaler-canary = debdeploy-videoscaler:canary dumps = debdeploy-dumps:standard +eventlogging = debdeploy-eventlogging:standard -- To view, visit https://gerrit.wikimedia.org/r/247539 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I94f68ed9ba518afb40c90be374f4cf4d2d749afb Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
