mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
libreoffice
This commit is contained in:
@@ -0,0 +1 @@
|
||||
include libreoffice::install
|
||||
@@ -0,0 +1,8 @@
|
||||
class libreoffice::install{
|
||||
package { 'libreoffice-writer':
|
||||
ensure => 'installed',
|
||||
}
|
||||
package { 'libreoffice-calc':
|
||||
ensure => 'installed',
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user