Skip to content

mcourtois/hiera-mongodb

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published