X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=environments%2Fproduction%2Fdata%2Ftypes%2Fvps-ovhssd-1.yaml;h=9130ad19ca824aeee0aefefb7f486701701859d5;hb=e345248bd85980f6fefe7bc62251cc5b97f64854;hp=eb4934b81c49b1aa56876ba15d223432e09706d7;hpb=1508e956adaa97b7a82c27537f4b124266dacdf0;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/environments/production/data/types/vps-ovhssd-1.yaml b/environments/production/data/types/vps-ovhssd-1.yaml index eb4934b..9130ad1 100644 --- a/environments/production/data/types/vps-ovhssd-1.yaml +++ b/environments/production/data/types/vps-ovhssd-1.yaml @@ -3,5 +3,7 @@ classes: base_installation: stage: "setup" -base_installation::system_hostname: "new.immae.eu" +base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" base_installation::grub_device: "/dev/sdb" +base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" +ssl::try_letsencrypt_for_real_hostname: false