]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/base_installation/manifests/params.pp
Add cat_files report to notify of important changes
[perso/Immae/Projets/Puppet.git] / modules / base_installation / manifests / params.pp
index 5f2e298db78576dad840c658fd902ae8ee893449..f336b658bcfdd2566e2235859cc63d714abdf43c 100644 (file)
@@ -1,18 +1,29 @@
 class base_installation::params {
-  $puppet_code_path = "/etc/puppetlabs/code"
-  $grub_device      = "/dev/sda"
-  $system_hostname  = "new.immae.eu"
-  $system_locales   = ["fr_FR.UTF-8", "en_US.UTF-8"]
-  $system_timezone  = "Europe/Paris"
-  $system_users     = [
+  $puppet_code_path     = "/etc/puppetlabs/code"
+  $puppet_conf_path     = "/etc/puppetlabs/puppet"
+  $puppet_notifies_path = "/etc/puppetlabs/notifies"
+  $puppet_pass_seed     = "/etc/puppetlabs/puppet/password_seed"
+  $puppet_ssl_path      = "/etc/puppetlabs/ssl"
+  $grub_device          = "/dev/sda"
+  $ldap_base            = "dc=example,dc=com"
+  $ldap_cn              = "node"
+  $ldap_dn              = "cn=node,ou=hosts,dc=example,dc=com"
+  $ldap_cert_path       = "/etc/ssl/certs/ca-certificates.crt"
+  $ldap_uri             = "ldaps://ldap.example.com"
+  $ldap_server          = "ldap.example.com"
+  $real_hostname        = "example.com"
+  $system_hostname      = "example.com"
+  $system_locales       = ["en_US.UTF-8"]
+  $system_timezone      = "UTC"
+  $system_users         = [
     {
       userid   => 1000,
-      username => "immae",
-      groups   => ["wheel"],
+      username => "example",
+      groups   => ["sudo"],
       keys     => [
         {
-          host     => "immae.eu",
-          key      => "AAAAB3NzaC1yc2EAAAADAQABAAABAQDi5PgLBwMRyRwzJPnSgUyRAuB9AAxMijsw1pR/t/wmxQne1O5fIPOleHx+D8dyZbwm+XkzlcJpgT0Qy3qC9J8BPhshJvO/tA/8CI/oS/FE0uWsyACH1DMO2dk4gRRZGSE9IuzDMRPlnfZ3n0tdsPzzv3GH4It/oPIgsvkTowKztGLQ7Xmjr5BxzAhXcIQymqA0U3XWHSdWvnSRDaOFG0PDoVMS85IdwlviVKLnV5Sstb4NC/P28LFfgvW8DO/XrOqujgDomqTmR41dK/AyrGGOb2cQUMO4l8Oa+74aOyKaB61rr/rJkr+wCbEttkTvgFa6zZygSk3edfiWE2rgn4+v",
+          host     => "local.example.com",
+          key      => "AAAAB3",
           key_type => "ssh-rsa"
         }
       ]