Initial version of openoffice module.

This commit is contained in:
Timo Mkinen 2011-03-18 21:17:27 +02:00
parent 52db72bb32
commit 4a09bba0a3

View file

@ -0,0 +1,13 @@
# Install OpenOffice
#
class openoffice {
package { [ "openoffice.org-calc",
"openoffice.org-draw",
"openoffice.org-impress",
"openoffice.org-writer", ]:
ensure => installed,
}
}