/hiera-mongodb

Hiera MongoDB backend

Primary LanguageRubyApache License 2.0Apache-2.0

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