aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-20 08:24:52 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-20 11:25:25 +0100
commite345248bd85980f6fefe7bc62251cc5b97f64854 (patch)
treea79915044f1b86322ce4d2c085eb5ddda58c0c46 /environments
parent8af3ea1e76efa88a52d089a4f6ac65a175f31369 (diff)
downloadPuppet-e345248bd85980f6fefe7bc62251cc5b97f64854.tar.gz
Puppet-e345248bd85980f6fefe7bc62251cc5b97f64854.tar.zst
Puppet-e345248bd85980f6fefe7bc62251cc5b97f64854.zip
Add letsencrypt
Diffstat (limited to 'environments')
-rw-r--r--environments/production/data/types/vps-ovhssd-1.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/environments/production/data/types/vps-ovhssd-1.yaml b/environments/production/data/types/vps-ovhssd-1.yaml
index 4647a25..9130ad1 100644
--- a/environments/production/data/types/vps-ovhssd-1.yaml
+++ b/environments/production/data/types/vps-ovhssd-1.yaml
@@ -6,3 +6,4 @@ classes:
6base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" 6base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net"
7base_installation::grub_device: "/dev/sdb" 7base_installation::grub_device: "/dev/sdb"
8base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" 8base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt"
9ssl::try_letsencrypt_for_real_hostname: false