diff options
author | Vadym Chepkov <vchepkov@bna.com> | 2020-05-23 10:04:58 -0400 |
---|---|---|
committer | Vadym Chepkov <vchepkov@bna.com> | 2020-05-23 10:04:58 -0400 |
commit | 2c5b996cac0282d8862d7e63aecfa30d867d2633 (patch) | |
tree | 05f7c156464563df6c323a23fc7ea59c25bedb4f /hiera.yaml | |
parent | 13a4af05ed6210e1d8d484560a16e2525b1369ff (diff) | |
download | puppet-augeas_core-2c5b996cac0282d8862d7e63aecfa30d867d2633.tar.gz puppet-augeas_core-2c5b996cac0282d8862d7e63aecfa30d867d2633.tar.bz2 |
(maint) module doesn't provide hiera data
Diffstat (limited to 'hiera.yaml')
-rw-r--r-- | hiera.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/hiera.yaml b/hiera.yaml deleted file mode 100644 index 2251c23..0000000 --- a/hiera.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -version: 5 - -defaults: # Used for any hierarchy level that omits these keys. - datadir: data # This path is relative to hiera.yaml's directory. - data_hash: yaml_data # Use the built-in YAML backend. - -hierarchy: - - name: "osfamily/major release" - paths: - - "os/%{facts.os.family}/%{facts.os.release.major}.yaml" - # Used for Solaris - - "os/%{facts.os.family}/%{facts.kernelrelease}.yaml" - # Used to distinguish between Debian and Ubuntu - - "os/%{facts.os.name}/%{facts.os.release.major}.yaml" - - name: "osfamily" - paths: - - "os/%{facts.os.family}.yaml" - - "os/%{facts.os.name}.yaml" - - name: 'common' - path: 'common.yaml' |