Gehel has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/288106

Change subject: WIP - Allow host specific private configuration
......................................................................

WIP - Allow host specific private configuration

As part of the new maps servers, I need to override some private configuration
at host level. This is not possible with our curren hierarchy.

I'm not entirely sure that adding private host configuration is a good idea
so this change is mainly hoping to start the discussion.

Bug: T134901
Change-Id: I7e2233421cb55d66095800a19ab347df46d0c0f8
---
M modules/puppetmaster/files/production.hiera.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/06/288106/1

diff --git a/modules/puppetmaster/files/production.hiera.yaml 
b/modules/puppetmaster/files/production.hiera.yaml
index 5287346..cc54a31 100644
--- a/modules/puppetmaster/files/production.hiera.yaml
+++ b/modules/puppetmaster/files/production.hiera.yaml
@@ -12,6 +12,7 @@
   :datadir: /etc/puppet/private/hieradata
 :hierarchy:
   - "hosts/%{::hostname}"
+  - "private/hosts/%{::hostname}"
   - "regex/%{::fqdn}"
   - "%{::site}/%{::realm}"
   - "%{::site}"

-- 
To view, visit https://gerrit.wikimedia.org/r/288106
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e2233421cb55d66095800a19ab347df46d0c0f8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to