diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/base_installation/manifests/params.pp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/base_installation/manifests/params.pp b/modules/base_installation/manifests/params.pp index 5f2e298..f09f01a 100644 --- a/modules/base_installation/manifests/params.pp +++ b/modules/base_installation/manifests/params.pp | |||
@@ -1,18 +1,18 @@ | |||
1 | class base_installation::params { | 1 | class base_installation::params { |
2 | $puppet_code_path = "/etc/puppetlabs/code" | 2 | $puppet_code_path = "/etc/puppetlabs/code" |
3 | $grub_device = "/dev/sda" | 3 | $grub_device = "/dev/sda" |
4 | $system_hostname = "new.immae.eu" | 4 | $system_hostname = "example.com" |
5 | $system_locales = ["fr_FR.UTF-8", "en_US.UTF-8"] | 5 | $system_locales = ["en_US.UTF-8"] |
6 | $system_timezone = "Europe/Paris" | 6 | $system_timezone = "UTC" |
7 | $system_users = [ | 7 | $system_users = [ |
8 | { | 8 | { |
9 | userid => 1000, | 9 | userid => 1000, |
10 | username => "immae", | 10 | username => "example", |
11 | groups => ["wheel"], | 11 | groups => ["sudo"], |
12 | keys => [ | 12 | keys => [ |
13 | { | 13 | { |
14 | host => "immae.eu", | 14 | host => "local.example.com", |
15 | key => "AAAAB3NzaC1yc2EAAAADAQABAAABAQDi5PgLBwMRyRwzJPnSgUyRAuB9AAxMijsw1pR/t/wmxQne1O5fIPOleHx+D8dyZbwm+XkzlcJpgT0Qy3qC9J8BPhshJvO/tA/8CI/oS/FE0uWsyACH1DMO2dk4gRRZGSE9IuzDMRPlnfZ3n0tdsPzzv3GH4It/oPIgsvkTowKztGLQ7Xmjr5BxzAhXcIQymqA0U3XWHSdWvnSRDaOFG0PDoVMS85IdwlviVKLnV5Sstb4NC/P28LFfgvW8DO/XrOqujgDomqTmR41dK/AyrGGOb2cQUMO4l8Oa+74aOyKaB61rr/rJkr+wCbEttkTvgFa6zZygSk3edfiWE2rgn4+v", | 15 | key => "AAAAB3", |
16 | key_type => "ssh-rsa" | 16 | key_type => "ssh-rsa" |
17 | } | 17 | } |
18 | ] | 18 | ] |