Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/hiera-garbage
garbage lookup backend for hiera
https://github.com/nibalizer/hiera-garbage
Last synced: about 1 month ago
JSON representation
garbage lookup backend for hiera
- Host: GitHub
- URL: https://github.com/nibalizer/hiera-garbage
- Owner: nibalizer
- License: other
- Created: 2015-05-05T02:47:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T16:51:38.000Z (over 8 years ago)
- Last Synced: 2024-10-26T20:14:35.798Z (2 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# hiera-garbage backend
Hiera lookups that fail crash compilation
That sucks, lets have garbage instead# use
install the backend
All hiera lookups that hit this backend will return the string 'garbage'
This means you can count on the hiera function to not fail.# most of this is cargo culted from hunner/ldap