hdm
hdm copied to clipboard
Hiera Data Manager
1. normal string, boolean, integer, float, hash, array 1. pipe (e.g. file content) 1. block syntax Offer users a selector, which data type they would like to store. Example for...
Default data sets are stored in a config yaml file. e.g. ``` hdm_user_data.yaml hash: key: value key2: value array: - el1 - el2 boolean: true integer: 10 float: 1.1 string:...
Feature request: Create a page where to pass as parameter in the the name of an hiera key to analyse (for easy links wherever this key is shown) which shows...
HDM in read/write mode must be able to store the new data. Data path must be in hiera yaml file and in hdm config file. - Config in hdm.conf (hdm_data_backend...