aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/manifests/params.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-02 22:53:29 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-10-05 10:39:42 +0200
commit98a071604ea9f7569aa0fa0688bc9d35081770c3 (patch)
treeca3d17a50e0bb0be15bb9c02b75b903acdb965a4 /modules/base_installation/manifests/params.pp
parented7b09a7b7c88c49e4fddb8cbe49e6a4ce6bce10 (diff)
downloadPuppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.tar.gz
Puppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.tar.zst
Puppet-98a071604ea9f7569aa0fa0688bc9d35081770c3.zip
Add Flony workstationworkstation/flony
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"