Giuseppe Lavagetto has submitted this change and it was merged. Change subject: labs: make mwyaml hiera backend first lookup ......................................................................
labs: make mwyaml hiera backend first lookup Change the backend order for hiera lookups in labs so that settings provided by the mwyaml backend will take precedence over settings made in the on disk yaml files. This was found to be necessary by experimentation in the beta cluster. Change-Id: Ib718cc83521d0268d859a955feb3615f277a51d2 --- M modules/puppetmaster/files/labs.hiera.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/puppetmaster/files/labs.hiera.yaml b/modules/puppetmaster/files/labs.hiera.yaml index 93b0360..02b2e07 100644 --- a/modules/puppetmaster/files/labs.hiera.yaml +++ b/modules/puppetmaster/files/labs.hiera.yaml @@ -1,6 +1,6 @@ :backends: - - nuyaml - mwyaml + - nuyaml :nuyaml: :datadir: /etc/puppet/hieradata :expand_path: -- To view, visit https://gerrit.wikimedia.org/r/176204 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib718cc83521d0268d859a955feb3615f277a51d2 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
