diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-13 02:58:40 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-13 02:58:40 +0100 |
commit | ab527dc94acbd88364a7e500b191ddeb22edf7fa (patch) | |
tree | 7bbffc911673eb64b52886c970f1174c5418c99c /environments | |
parent | abfdb513e936fcd0e9669030f5c6a43ebe849ff6 (diff) | |
parent | 70c37c94e226a708fd0407a4b3742c83972967a7 (diff) | |
download | Puppet-ab527dc94acbd88364a7e500b191ddeb22edf7fa.tar.gz Puppet-ab527dc94acbd88364a7e500b191ddeb22edf7fa.tar.zst Puppet-ab527dc94acbd88364a7e500b191ddeb22edf7fa.zip |
Merge branch 'dev'
Diffstat (limited to 'environments')
-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 | ||