wireload / hiera-mongodb

Hiera MongoDB backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Hiera MongoDB backend

Configuration

Here is a example hiera config file.

---
:hierarchy:
  - 'fqdn/%{fqdn}'
  - common

:backends:
  - mongodb

:mongodb:
  :connection:
    :dbname: hiera
    :collection: config
    :host: localhost

About

Hiera MongoDB backend

License:Apache License 2.0


Languages

Language:Ruby 97.1%Language:Puppet 2.9%