aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base_installation/manifests/params.pp')
-rw-r--r--modules/base_installation/manifests/params.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/base_installation/manifests/params.pp b/modules/base_installation/manifests/params.pp
index f336b65..0ceb99c 100644
--- a/modules/base_installation/manifests/params.pp
+++ b/modules/base_installation/manifests/params.pp
@@ -4,7 +4,10 @@ class base_installation::params {
4 $puppet_notifies_path = "/etc/puppetlabs/notifies" 4 $puppet_notifies_path = "/etc/puppetlabs/notifies"
5 $puppet_pass_seed = "/etc/puppetlabs/puppet/password_seed" 5 $puppet_pass_seed = "/etc/puppetlabs/puppet/password_seed"
6 $puppet_ssl_path = "/etc/puppetlabs/ssl" 6 $puppet_ssl_path = "/etc/puppetlabs/ssl"
7 $grub_device = "/dev/sda" 7 $cryptroot_device = ""
8 $grub_device = ""
9 $grub_efi_device = ""
10 $ldap_enabled = true
8 $ldap_base = "dc=example,dc=com" 11 $ldap_base = "dc=example,dc=com"
9 $ldap_cn = "node" 12 $ldap_cn = "node"
10 $ldap_dn = "cn=node,ou=hosts,dc=example,dc=com" 13 $ldap_dn = "cn=node,ou=hosts,dc=example,dc=com"