aboutsummaryrefslogtreecommitdiff
path: root/environments/hiera.yaml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-02 22:53:29 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-05 10:39:42 +0200
commit98a071604ea9f7569aa0fa0688bc9d35081770c3 (patch)
treeca3d17a50e0bb0be15bb9c02b75b903acdb965a4 /environments/hiera.yaml
parented7b09a7b7c88c49e4fddb8cbe49e6a4ce6bce10 (diff)
downloadPuppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.tar.gz
Puppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.tar.zst
Puppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.zip
Add Flony workstationworkstation/flony
Diffstat (limited to 'environments/hiera.yaml')
-rw-r--r--environments/hiera.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/hiera.yaml b/environments/hiera.yaml
index 61d40d8..46d560d 100644
--- a/environments/hiera.yaml
+++ b/environments/hiera.yaml
@@ -27,6 +27,9 @@ hierarchy:
27 path: "types/%{facts.ec2_metadata.instance-type}.yaml" 27 path: "types/%{facts.ec2_metadata.instance-type}.yaml"
28 datadir: ../global 28 datadir: ../global
29 29
30 - name: "Per-machine data"
31 path: "machines/%{facts.workstation_name}.yaml"
32
30 - name: "Common environment data" 33 - name: "Common environment data"
31 path: "common.yaml" 34 path: "common.yaml"
32 35