Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 434 Bytes

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