diff options
Diffstat (limited to 'environments/production')
-rw-r--r-- | environments/production/hiera.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/production/hiera.yaml b/environments/production/hiera.yaml index 44c7ecd..9cedf47 100644 --- a/environments/production/hiera.yaml +++ b/environments/production/hiera.yaml | |||
@@ -15,6 +15,9 @@ hierarchy: | |||
15 | path: "nodes/%{facts.ec2_metadata.hostname}.yaml" | 15 | path: "nodes/%{facts.ec2_metadata.hostname}.yaml" |
16 | ### /FIXME | 16 | ### /FIXME |
17 | 17 | ||
18 | - name: "Initialization variables" | ||
19 | path: "/root/puppet_variables.json" | ||
20 | |||
18 | - name: "Per-role data" | 21 | - name: "Per-role data" |
19 | mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] | 22 | mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] |
20 | 23 | ||