diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-22 13:22:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-22 13:22:44 -0300 |
commit | f0209f143ce77c5843b13a6317afefac68db3608 (patch) | |
tree | 4b44f97418eb01c78540a911293f1dc430e3aa5d /manifests | |
parent | ea003cc549e0b1a22ccfdf2c586ce0fb7bd16e32 (diff) | |
download | puppet-nodo-f0209f143ce77c5843b13a6317afefac68db3608.tar.gz puppet-nodo-f0209f143ce77c5843b13a6317afefac68db3608.tar.bz2 |
Adding fbreader and calibre into utils::office
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/office.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/office.pp b/manifests/subsystems/utils/office.pp index a570dca..d79439c 100644 --- a/manifests/subsystems/utils/office.pp +++ b/manifests/subsystems/utils/office.pp @@ -5,7 +5,8 @@ class utils::office { 'kalarm', 'texlive-latex-base', 'texlive-latex-recommended', 'texlive-latex-extra', 'pandoc', 'gnumeric', 'cups-client', 'hplip', 'cups-bsd', - 'gnucash', 'worklog', 'pdftk' ]: + 'gnucash', 'worklog', 'pdftk'. + 'calibre', 'fbreader' ]: ensure => installed, } } |