Git Product home page Git Product logo

hiera_param's Introduction

hiera_param

Assigns parameters to a node using an hash merge lookup that retrieves the values for a user-specified key from a Hiera data source.

To use hiera_param, the following configuration is required:

  • A key name to use for parameters, e.g. params.
  • A line in the puppet sites.pp file (e.g. /etc/puppet/manifests/sites.pp) reading hiera_param('params'). Note that this line must be outside any node definition and below any top-scope variables in use for Hiera lookups.
  • Class keys in the appropriate data sources. In a data source keyed to a node's role, one might have:
---
params:
  dc: 'NYC'
  cluster: 'web'

In addition to the required key argument, hiera_param accepts two additional arguments:

  • a default argument in the second position, providing an hash to be returned in the absence of matches to the key argument
  • an override argument in the third position, providing a data source to consult for matching values, even if it would not ordinarily be part of the matched hierarchy. If Hiera doesn't find a matching key in the named override data source, it will continue to search through the rest of the hierarchy.

hiera_param's People

Contributors

matthewbarr avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.