From a869ea173f9a1e45f63336ad9d640bf94e5039e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 13 Mar 2018 10:20:17 +0100 Subject: Refactor hiera environments --- environments/global/types/vps-ovhssd-1.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 environments/global/types/vps-ovhssd-1.yaml (limited to 'environments/global/types/vps-ovhssd-1.yaml') diff --git a/environments/global/types/vps-ovhssd-1.yaml b/environments/global/types/vps-ovhssd-1.yaml new file mode 100644 index 0000000..73f7a45 --- /dev/null +++ b/environments/global/types/vps-ovhssd-1.yaml @@ -0,0 +1,10 @@ +--- +classes: + base_installation: + stage: "setup" + +base_installation::system_hostname: "%{ldapvar.self.vars.host.0}" +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 -- cgit v1.2.3