diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2020-09-28 17:14:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 17:14:30 +0300 |
commit | 923e662acfd65185bc6de2e75c1307ef88a37652 (patch) | |
tree | ff311618fcacb400eb9a33ad11d32997c29e2179 | |
parent | b937470b0b5c2f18e57a449ceb0268b6456648d0 (diff) | |
parent | 2c5b996cac0282d8862d7e63aecfa30d867d2633 (diff) | |
download | puppet-augeas_core-923e662acfd65185bc6de2e75c1307ef88a37652.tar.gz puppet-augeas_core-923e662acfd65185bc6de2e75c1307ef88a37652.tar.bz2 |
Merge pull request #25 from vchepkov/no-data
(maint) module doesn't provide hiera data
-rw-r--r-- | data/common.yaml | 1 | ||||
-rw-r--r-- | hiera.yaml | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/data/common.yaml b/data/common.yaml deleted file mode 100644 index ed97d53..0000000 --- a/data/common.yaml +++ /dev/null @@ -1 +0,0 @@ ---- 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' |