Last change
on this file since 594 was
485,
checked in by sebas, 15 years ago
|
para evitar la double declaracion del paquete thunderbird
|
File size:
401 bytes
|
Rev | Line | |
---|
[411] | 1 | # copyright <albertorosenberg @ cta.org.ar> |
---|
| 2 | # Licence: GPL |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | class thunderbird_default_config { |
---|
| 6 | |
---|
[485] | 7 | # package { [ "thunderbird" ]: ensure => installed } |
---|
[411] | 8 | |
---|
| 9 | file { "/usr/share/thunderbird/defaults/pref/mailnews.js": |
---|
| 10 | owner => root, |
---|
| 11 | group => root, |
---|
| 12 | mode => 644, |
---|
[485] | 13 | source => "puppet:///thunderbird_default_config/mailnews.js", |
---|
| 14 | require => Package["thunderbird"], |
---|
[411] | 15 | } |
---|
| 16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.