Muehlenhoff has submitted this change and it was merged. Change subject: Add missing Hiera data ......................................................................
Add missing Hiera data Change-Id: Ib5b4c71da827ce9c142b58368a1e185ba25648bb --- A hieradata/hosts/mw1001.yaml A hieradata/role/common/librenms.yaml 2 files changed, 6 insertions(+), 0 deletions(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved diff --git a/hieradata/hosts/mw1001.yaml b/hieradata/hosts/mw1001.yaml new file mode 100644 index 0000000..e29b33e --- /dev/null +++ b/hieradata/hosts/mw1001.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-jobrunner-eqiad: + value: canary diff --git a/hieradata/role/common/librenms.yaml b/hieradata/role/common/librenms.yaml new file mode 100644 index 0000000..c8a934a --- /dev/null +++ b/hieradata/role/common/librenms.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-librenms: + value: standard -- To view, visit https://gerrit.wikimedia.org/r/248865 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib5b4c71da827ce9c142b58368a1e185ba25648bb 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
