aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/manifests/params.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-19 17:13:37 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-19 18:11:32 +0100
commitf25ad097f24e0d39d5dd9ac2cef39760e671e08f (patch)
treeb04d72ebb169e7d21285aafd807c83bd6e0d813d /modules/base_installation/manifests/params.pp
parenta55a5e4aa468d550fcdf5bbeafe42dea13773e37 (diff)
downloadPuppet-f25ad097f24e0d39d5dd9ac2cef39760e671e08f.tar.gz
Puppet-f25ad097f24e0d39d5dd9ac2cef39760e671e08f.tar.zst
Puppet-f25ad097f24e0d39d5dd9ac2cef39760e671e08f.zip
Don’t mount unavailables mounts
Diffstat (limited to 'modules/base_installation/manifests/params.pp')
-rw-r--r--modules/base_installation/manifests/params.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/base_installation/manifests/params.pp b/modules/base_installation/manifests/params.pp
index 2a9fe6a..5ade838 100644
--- a/modules/base_installation/manifests/params.pp
+++ b/modules/base_installation/manifests/params.pp
@@ -10,7 +10,6 @@ class base_installation::params {
10 $ldap_cert_path = "/etc/ssl/certs/ca-certificates.crt" 10 $ldap_cert_path = "/etc/ssl/certs/ca-certificates.crt"
11 $ldap_uri = "ldaps://ldap.example.com" 11 $ldap_uri = "ldaps://ldap.example.com"
12 $ldap_server = "ldap.example.com" 12 $ldap_server = "ldap.example.com"
13 $mounts = []
14 $real_hostname = "example.com" 13 $real_hostname = "example.com"
15 $system_hostname = "example.com" 14 $system_hostname = "example.com"
16 $system_locales = ["en_US.UTF-8"] 15 $system_locales = ["en_US.UTF-8"]