Forge Home

libreoffice

Module for installing and configure libreoffice repositories and packages on Ubuntu distributions

10,262 downloads

9,842 latest version

1.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.5 (latest)
  • 0.1.1
  • 0.1.0
released Mar 5th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'cristaldo-libreoffice', '0.1.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add cristaldo-libreoffice
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install cristaldo-libreoffice --version 0.1.5

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

cristaldo/libreoffice — version 0.1.5 Mar 5th 2014

Libreoffice Puppet Module

Puppet Module to install LibreOffice on Ubuntu OS

GitHub project LibreOffice

This module is also available on the Puppet Forge

News!

With this new module version is possible to install LibreOffice on Linux Mint!. Now we have the Option to remove the module, with the ::uninstall class! If for some reason you need to remove the module, just modify the include libreoffice to include libreoffice::uninstall

Usage

To install LibreOffice:

  node agent.puppet {
    include libreoffice
}

To UNinstall LibreOffice:

  node agent.puppet {
    include libreoffice::uninstall
}

This module installs and configures the libreoffice repository and its suite packages, as well the selected language on the libreoffice::params class. If you didn't chose the language on the params.pp manifest, it will install the en-us language by default, unless the timezone is BRST, (GTM) the language will be pt-br.

Homologated distributions

This module has been tested with the following releases of Ubuntu...

Release                Version          Repository         Observations
Ubuntu 12.04 precise   => 4.2.0         ppa repository
Ubuntu 12.10 quantal   => 4.0.0         libreoffice-4-0    3.6.2 from ppa repository
Ubuntu 13.04 raring    => 4.1.4         ppa repository 
Ubuntu 13.10 saucy     => 4.2.0         ppa repository
Ubuntu 14.04 trusty    => 4.2.0         ppa repository
Lubuntu 13.04 raring   => 4.1.4         ppa repository
Lubuntu 13.10 saucy    => 4.2.0         ppa repository
Xubuntu 13.04 raring   => 4.1.4         ppa repository
Xubuntu 13.10 saucy    => 4.2.0         ppa repository
Linux Mint 13 Maya     => 4.2.0         ppa repository     * New!

...and any distributions based on these releases.

The default repository source is (http://ppa.launchpad.net/) but unfortunately not all the repositories of the distributions are updated.

Attention!!!

If you have installed the libreoffice's packages manually with .DEB files, you MUST remove them before applying this module.

Copyright and License

Puppet Module cristaldo/libreoffice is a module to install and configure LibreOffice's repositories and packages. Copyright (C) 2014 Rafael Cristaldo