aboutsummaryrefslogtreecommitdiff
path: root/environments/production
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-08-30 22:16:39 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-08-31 22:59:53 +0200
commit548061112d2e2627317f9379d2f501fcf3f6ea54 (patch)
tree19fb949ad1fb965b4705897650809b4ffb6e9f29 /environments/production
parent1508e956adaa97b7a82c27537f4b124266dacdf0 (diff)
downloadPuppet-548061112d2e2627317f9379d2f501fcf3f6ea54.tar.gz
Puppet-548061112d2e2627317f9379d2f501fcf3f6ea54.tar.zst
Puppet-548061112d2e2627317f9379d2f501fcf3f6ea54.zip
Add LDAP support
Diffstat (limited to 'environments/production')
-rw-r--r--environments/production/data/common.yaml8
-rw-r--r--environments/production/data/types/vps-ovhssd-1.yaml3
2 files changed, 10 insertions, 1 deletions
diff --git a/environments/production/data/common.yaml b/environments/production/data/common.yaml
index 01bbcac..32e0aa3 100644
--- a/environments/production/data/common.yaml
+++ b/environments/production/data/common.yaml
@@ -2,7 +2,15 @@
2classes: 2classes:
3 stdlib: ~ 3 stdlib: ~
4 4
5base_installation::ldap_base: "dc=immae,dc=eu"
6base_installation::ldap_dn: "cn=%{facts.ec2_metadata.hostname},ou=hosts,dc=immae,dc=eu"
7base_installation::ldap_cn: "%{facts.ec2_metadata.hostname}"
8base_installation::ldap_server: "ldap.immae.eu"
9base_installation::ldap_uri: "ldaps://ldap.immae.eu"
10base_installation::puppet_conf_path: "/etc/puppetlabs/puppet"
5base_installation::puppet_code_path: "/etc/puppetlabs/code" 11base_installation::puppet_code_path: "/etc/puppetlabs/code"
12base_installation::puppet_pass_seed: "/etc/puppetlabs/puppet/password_seed"
13base_installation::puppet_ssl_path: "/etc/puppetlabs/ssl"
6base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"] 14base_installation::system_locales: ["fr_FR.UTF-8", "en_US.UTF-8"]
7base_installation::system_timezone: "Europe/Paris" 15base_installation::system_timezone: "Europe/Paris"
8base_installation::system_users: 16base_installation::system_users:
diff --git a/environments/production/data/types/vps-ovhssd-1.yaml b/environments/production/data/types/vps-ovhssd-1.yaml
index eb4934b..217dd82 100644
--- a/environments/production/data/types/vps-ovhssd-1.yaml
+++ b/environments/production/data/types/vps-ovhssd-1.yaml
@@ -3,5 +3,6 @@ classes:
3 base_installation: 3 base_installation:
4 stage: "setup" 4 stage: "setup"
5 5
6base_installation::system_hostname: "new.immae.eu"
7base_installation::grub_device: "/dev/sdb" 6base_installation::grub_device: "/dev/sdb"
7base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt"
8base_installation::system_hostname: "new.immae.eu"