Rev | Line | |
---|
[600] | 1 | # copyright <sebas @ koumbit.org> |
---|
| 2 | # Licence: GPL |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | class escritorio::oo3conf { |
---|
| 6 | |
---|
| 7 | package { [ |
---|
| 8 | "openoffice.org-common", |
---|
[645] | 9 | "openoffice.org-l10n-es", |
---|
[612] | 10 | "openoffice.org-pdfimport" |
---|
[600] | 11 | ]: ensure => installed |
---|
| 12 | } |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | class escritorio::oo30conf::fileformat { |
---|
| 17 | include escritorio::oo3conf |
---|
| 18 | |
---|
| 19 | # we are changing the config file for write, calc and impress for oo3 3.0 |
---|
[663] | 20 | change_oo3_default { [ "writer", "calc", "impress" ]: oo3_version => "-link"; } |
---|
[600] | 21 | |
---|
| 22 | # Configuration file for OO 3.X |
---|
| 23 | define change_oo3_default($oo3_version) { |
---|
| 24 | file { "/usr/lib/openoffice/basis$oo3_version/share/registry/modules/org/openoffice/Setup/Setup-$name.xcu": |
---|
| 25 | owner => root, |
---|
| 26 | group => root, |
---|
| 27 | mode => 644, |
---|
[602] | 28 | source => "puppet:///escritorio/oo30conf/Setup-$name.xcu" |
---|
[663] | 29 | } |
---|
[600] | 30 | } |
---|
| 31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.