libreoffice

This commit is contained in:
Z. Cliffe Schreuders
2022-04-27 11:21:36 +01:00
parent 97f267f00c
commit 4f18d6e236
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1 @@
include libreoffice::install

View File

@@ -0,0 +1,8 @@
class libreoffice::install{
package { 'libreoffice-writer':
ensure => 'installed',
}
package { 'libreoffice-calc':
ensure => 'installed',
}
}

View File

@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<utility xmlns="http://www.github/cliffe/SecGen/utility"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
<name>LibreOffice writer and calc</name>
<author>Z. Cliffe Schreuders</author>
<module_license>MIT</module_license>
<description>Installs office apps</description>
<type>office</type>
<platform>linux</platform>
<software_name>libreoffice</software_name>
<software_license>GPL</software_license>
<requires>
<type>update</type>
</requires>
</utility>