aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/manifests/params.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 02:57:27 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-13 11:15:08 +0100
commit56bc60ea5e9ae11872d3e3d388adb7c5ada0c2c9 (patch)
tree6ad73e489addc7dbec280edab56f4f2c408d658e /modules/base_installation/manifests/params.pp
parent70c37c94e226a708fd0407a4b3742c83972967a7 (diff)
downloadPuppet-56bc60ea5e9ae11872d3e3d388adb7c5ada0c2c9.tar.gz
Puppet-56bc60ea5e9ae11872d3e3d388adb7c5ada0c2c9.tar.zst
Puppet-56bc60ea5e9ae11872d3e3d388adb7c5ada0c2c9.zip
Add fstab module
Diffstat (limited to 'modules/base_installation/manifests/params.pp')
-rw-r--r--modules/base_installation/manifests/params.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base_installation/manifests/params.pp b/modules/base_installation/manifests/params.pp
index 5ade838..2a9fe6a 100644
--- a/modules/base_installation/manifests/params.pp
+++ b/modules/base_installation/manifests/params.pp
@@ -10,6 +10,7 @@ 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 = []
13 $real_hostname = "example.com" 14 $real_hostname = "example.com"
14 $system_hostname = "example.com" 15 $system_hostname = "example.com"
15 $system_locales = ["en_US.UTF-8"] 16 $system_locales = ["en_US.UTF-8"]