aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/common.yaml1
-rw-r--r--hiera.yaml21
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'