Muehlenhoff has submitted this change and it was merged. Change subject: Assign salt grains for logging hosts ......................................................................
Assign salt grains for logging hosts Change-Id: I8b8a5ef6b5389294cad681b2f8376288d5380d3e --- A hieradata/role/common/logging.yaml M modules/debdeploy/templates/debdeploy.erb 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/role/common/logging.yaml b/hieradata/role/common/logging.yaml new file mode 100644 index 0000000..3a1eb2a --- /dev/null +++ b/hieradata/role/common/logging.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-logging: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index f7274a4..8fef3d1 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -40,3 +40,4 @@ elastic-eqiad = debdeploy-elastic-eqiad:standard elastic-codfw = debdeploy-elastic-codfw:standard elastic = debdeploy-elastic-eqiad:standard, debdeploy-elastic-codfw:standard +logging = debdeploy-logging:standard -- To view, visit https://gerrit.wikimedia.org/r/247878 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8b8a5ef6b5389294cad681b2f8376288d5380d3e Gerrit-PatchSet: 3 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
