aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-17 12:51:33 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-08-17 12:56:19 +0200
commita7b985dd3cc4af68875733eb135335a31504f472 (patch)
treee680ed9cfa68d7ad720eda1093df919c6d4e2f7b /environments
parent7dc85dc776e158e26202362f11a72d7491ef07c8 (diff)
downloadPuppet-a7b985dd3cc4af68875733eb135335a31504f472.tar.gz
Puppet-a7b985dd3cc4af68875733eb135335a31504f472.tar.zst
Puppet-a7b985dd3cc4af68875733eb135335a31504f472.zip
Add cat_files report to notify of important changes
Diffstat (limited to 'environments')
-rw-r--r--environments/global/common.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/environments/global/common.yaml b/environments/global/common.yaml
index 3cc75fa..97bf196 100644
--- a/environments/global/common.yaml
+++ b/environments/global/common.yaml
@@ -21,8 +21,8 @@ base_installation::ldap_dn: "cn=%{facts.ec2_metadata.hostname},ou=hosts,dc=immae
21base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}" 21base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}"
22base_installation::ldap_server: "ldap.immae.eu" 22base_installation::ldap_server: "ldap.immae.eu"
23base_installation::ldap_uri: "ldaps://ldap.immae.eu" 23base_installation::ldap_uri: "ldaps://ldap.immae.eu"
24# FIXME: get all mounts without needing that hack?
25base_installation::puppet_conf_path: "/etc/puppetlabs/puppet" 24base_installation::puppet_conf_path: "/etc/puppetlabs/puppet"
25base_installation::puppet_notifies_path: "/etc/puppetlabs/notifies"
26base_installation::puppet_code_path: "/etc/puppetlabs/code" 26base_installation::puppet_code_path: "/etc/puppetlabs/code"
27base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed" 27base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed"
28base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl" 28base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl"
@@ -30,6 +30,7 @@ base_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: {} 32base_installation::notify_xmpp: {}
33# FIXME: get all mounts without needing that hack?
33profile::fstab::mounts: 34profile::fstab::mounts:
34 - "%{facts.ldapvar.self.vars.mounts.0}" 35 - "%{facts.ldapvar.self.vars.mounts.0}"
35 - "%{facts.ldapvar.self.vars.mounts.1}" 36 - "%{facts.ldapvar.self.vars.mounts.1}"