Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jtopjian/puppet-hash2json

Puppet module that converts a hash to json
https://github.com/jtopjian/puppet-hash2json

Last synced: 4 days ago
JSON representation

Puppet module that converts a hash to json

Awesome Lists containing this project

README

        

# hash2json

This is a simple module that provides a `hash2json` function. It takes a Puppet hash as an input and returns JSON.

This is useful if you have an application that is configured by a JSON file. You can now store the configuration in Hiera and easily apply it to the application.