Class: Hiera::Config
- Defined in:
- puppet/modules/wmflib/lib/hiera/backend/proxy_backend.rb
Overview
Add Hiera::Config the ability to get overridden values We use this to trick the other backends in doing one and only one lookup each
Class Method Summary collapse
Class Method Details
.[]=(key, value) ⇒ Object
16 17 18 |
# File 'puppet/modules/wmflib/lib/hiera/backend/proxy_backend.rb', line 16 def []=(key, value) @config[key] = value end |