diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-11 19:14:56 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-11 19:14:56 +0100 |
commit | f419ae0904139ea40e2abbbd2e9127905a5a9c95 (patch) | |
tree | 551db957287275ea8db865f104000dc739634568 /environments/production/data | |
parent | 5081257003019a96fcf96d55cfd6d0049a31fa43 (diff) | |
parent | df0c42af3366f013afa1ee13eed04307260beae2 (diff) | |
download | Puppet-f419ae0904139ea40e2abbbd2e9127905a5a9c95.tar.gz Puppet-f419ae0904139ea40e2abbbd2e9127905a5a9c95.tar.zst Puppet-f419ae0904139ea40e2abbbd2e9127905a5a9c95.zip |
Merge branch 'cloud_ovh' into dev
Diffstat (limited to 'environments/production/data')
-rw-r--r-- | environments/production/data/types/s1-2.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/environments/production/data/types/s1-2.yaml b/environments/production/data/types/s1-2.yaml new file mode 100644 index 0000000..496b741 --- /dev/null +++ b/environments/production/data/types/s1-2.yaml | |||
@@ -0,0 +1,9 @@ | |||
1 | --- | ||
2 | classes: | ||
3 | base_installation: | ||
4 | stage: "setup" | ||
5 | |||
6 | base_installation::system_hostname: "%{ldapvar.self.vars.host.0}" | ||
7 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.v.immae.eu" | ||
8 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" | ||
9 | ssl::try_letsencrypt_for_real_hostname: true | ||