aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-22 13:39:43 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-22 13:39:43 +0100
commitf1ea112d6be70eb1117be38b82749be8907a7118 (patch)
treefbd6fb8d4d4cd337a4ffbec24d7f0530b5596de8 /environments
parent9155df0063c42e02fcf989da6b58f7a3d06e428d (diff)
parent64b197e6488e1ba1a48d63f365242d50c668ee13 (diff)
downloadPuppet-f1ea112d6be70eb1117be38b82749be8907a7118.tar.gz
Puppet-f1ea112d6be70eb1117be38b82749be8907a7118.tar.zst
Puppet-f1ea112d6be70eb1117be38b82749be8907a7118.zip
Merge branch 'dev'
Diffstat (limited to 'environments')
-rw-r--r--environments/global/common.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/global/common.yaml b/environments/global/common.yaml
index 094e0ff..2dfe0aa 100644
--- a/environments/global/common.yaml
+++ b/environments/global/common.yaml
@@ -29,6 +29,7 @@ base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl"
29base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"] 29base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"]
30base_installation::system_timezone: "Europe/Paris" 30base_installation::system_timezone: "Europe/Paris"
31base_installation::system_users: [] # Fetched via ldap 31base_installation::system_users: [] # Fetched via ldap
32base_installation::notify_xmpp: {}
32profile::fstab::mounts: 33profile::fstab::mounts:
33 - "%{facts.ldapvar.self.vars.mounts.0}" 34 - "%{facts.ldapvar.self.vars.mounts.0}"
34 - "%{facts.ldapvar.self.vars.mounts.1}" 35 - "%{facts.ldapvar.self.vars.mounts.1}"