From: Ismaƫl Bouya Date: Sun, 11 Mar 2018 11:25:59 +0000 (+0100) Subject: New ssd environment X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=fb64d090c9bdb42bbb8b847952c167dbd4c3215a New ssd environment --- 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 @@ +--- +classes: + base_installation: + stage: "setup" + +base_installation::system_hostname: "%{ldapvar.self.vars.host.0}" +base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.v.immae.eu" +base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" +ssl::try_letsencrypt_for_real_hostname: true