Last change
on this file since 594 was
554,
checked in by sebas@…, 15 years ago
|
agrege el como activar el theme gdm-carpani-cta en gdm, la ultima automatisacion
|
File size:
723 bytes
|
Line | |
---|
1 | class login_themes::gdm::carpani_cta { |
---|
2 | |
---|
3 | debug ("installing gdm login theme carpani-cta") |
---|
4 | |
---|
5 | package {"gdm": |
---|
6 | ensure => installed, |
---|
7 | } |
---|
8 | |
---|
9 | file { |
---|
10 | "/usr/share/gdm/themes/gdm-carpani-cta": |
---|
11 | ensure => directory, |
---|
12 | mode => 644, |
---|
13 | owner => root, |
---|
14 | group => root, |
---|
15 | source => "puppet:///login_themes/gdm-carpani-cta/", |
---|
16 | recurse => "true", |
---|
17 | require => Package[gdm]; |
---|
18 | } |
---|
19 | |
---|
20 | file { |
---|
21 | "/etc/gdm/gdm.conf-custom": |
---|
22 | content => template("login_themes/gdm.conf-custom.erb"), |
---|
23 | owner => root, |
---|
24 | group => root, |
---|
25 | mode => 644, |
---|
26 | require => Package["gdm"], |
---|
27 | } |
---|
28 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.