Last change
on this file since 636 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
|
Rev | Line | |
---|
[461] | 1 | class login_themes::gdm::carpani_cta { |
---|
| 2 | |
---|
[554] | 3 | debug ("installing gdm login theme carpani-cta") |
---|
[461] | 4 | |
---|
[554] | 5 | package {"gdm": |
---|
| 6 | ensure => installed, |
---|
| 7 | } |
---|
[461] | 8 | |
---|
[554] | 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 | } |
---|
[461] | 19 | |
---|
[554] | 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 | } |
---|
[461] | 28 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.