aboutsummaryrefslogtreecommitdiff
path: root/hiera.yaml
diff options
context:
space:
mode:
authorFabien COMBERNOUS <fabien.combernous@adullact.org>2019-09-17 20:34:14 +0200
committerFabien COMBERNOUS <fabien.combernous@adullact.org>2019-09-18 23:40:41 +0200
commit53cfc040f415d819a0feaaf7b5c8e9af6ac6c079 (patch)
tree61c52b74b10e7abfaf8e9d0c4af24c90bd6462d4 /hiera.yaml
parenteeaaa9145cf205dbd9bc9973cc647247df15cca9 (diff)
downloadpuppet-ferm-53cfc040f415d819a0feaaf7b5c8e9af6ac6c079.tar.gz
puppet-ferm-53cfc040f415d819a0feaaf7b5c8e9af6ac6c079.tar.bz2
move common from hiera data values to init.pp
Diffstat (limited to 'hiera.yaml')
-rw-r--r--hiera.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hiera.yaml b/hiera.yaml
index aa8c6ec..6b62091 100644
--- a/hiera.yaml
+++ b/hiera.yaml
@@ -15,5 +15,8 @@ hierarchy:
- name: 'Distribution Name'
path: '%{facts.os.name}.yaml'
+ - name: 'Operating System Family'
+ path: '%{facts.os.family}.yaml'
+
- name: 'common'
path: 'common.yaml'