diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 08:24:52 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 11:25:25 +0100 |
commit | e345248bd85980f6fefe7bc62251cc5b97f64854 (patch) | |
tree | a79915044f1b86322ce4d2c085eb5ddda58c0c46 /environments | |
parent | 8af3ea1e76efa88a52d089a4f6ac65a175f31369 (diff) | |
download | Puppet-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.yaml | 1 |
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: | |||
6 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" | 6 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" |
7 | base_installation::grub_device: "/dev/sdb" | 7 | base_installation::grub_device: "/dev/sdb" |
8 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" | 8 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" |
9 | ssl::try_letsencrypt_for_real_hostname: false | ||