BryanDavis has uploaded a new change for review. https://gerrit.wikimedia.org/r/176204
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/04/176204/1 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: newchange Gerrit-Change-Id: Ib718cc83521d0268d859a955feb3615f277a51d2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
