Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jtopjian/puppet-hash2json
- Owner: jtopjian
- Created: 2014-04-15T16:19:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T16:20:05.000Z (over 10 years ago)
- Last Synced: 2023-03-23T03:01:33.173Z (over 1 year ago)
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.