Initial version of openoffice module.
This commit is contained in:
parent
52db72bb32
commit
4a09bba0a3
1 changed files with 13 additions and 0 deletions
13
openoffice/manifests/init.pp
Normal file
13
openoffice/manifests/init.pp
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
# Install OpenOffice
|
||||
#
|
||||
class openoffice {
|
||||
|
||||
package { [ "openoffice.org-calc",
|
||||
"openoffice.org-draw",
|
||||
"openoffice.org-impress",
|
||||
"openoffice.org-writer", ]:
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue