diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-18 23:51:53 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 08:17:10 +0100 |
commit | 2bb35074eef353f03b4373f695834c0be41609ad (patch) | |
tree | b92e60541e5493b07d20baeab688d8bb4c7295c6 /environments | |
parent | 428fcf14be3943fc01d234a5e622c7f8706bcb73 (diff) | |
download | Puppet-2bb35074eef353f03b4373f695834c0be41609ad.tar.gz Puppet-2bb35074eef353f03b4373f695834c0be41609ad.tar.zst Puppet-2bb35074eef353f03b4373f695834c0be41609ad.zip |
Migrate to apache
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 968bf6b..4647a25 100644 --- a/environments/production/data/types/vps-ovhssd-1.yaml +++ b/environments/production/data/types/vps-ovhssd-1.yaml | |||
@@ -3,5 +3,6 @@ classes: | |||
3 | base_installation: | 3 | base_installation: |
4 | stage: "setup" | 4 | stage: "setup" |
5 | 5 | ||
6 | base_installation::real_hostname: "%{facts.ec2_metadata.hostname}.ovh.net" | ||
6 | base_installation::grub_device: "/dev/sdb" | 7 | base_installation::grub_device: "/dev/sdb" |
7 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" | 8 | base_installation::ldap_cert_path: "/etc/ssl/certs/ca-certificates.crt" |