diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-09-17 19:05:41 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-09-18 00:22:19 +0200 |
commit | 248bd83ed797f6e0f385e72a56aa7bafdf23d490 (patch) | |
tree | 29cd0d69b73b34d6d12ebe354be9d1d616983e3f /environments/production | |
parent | 503e4cf5c54e3fe4b802038e8917341c4ce803e5 (diff) | |
download | Puppet-248bd83ed797f6e0f385e72a56aa7bafdf23d490.tar.gz Puppet-248bd83ed797f6e0f385e72a56aa7bafdf23d490.tar.zst Puppet-248bd83ed797f6e0f385e72a56aa7bafdf23d490.zip |
Enhance install script, and add ip6 address
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 | ||