aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-22 13:22:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-22 13:22:44 -0300
commitf0209f143ce77c5843b13a6317afefac68db3608 (patch)
tree4b44f97418eb01c78540a911293f1dc430e3aa5d /manifests/subsystems
parentea003cc549e0b1a22ccfdf2c586ce0fb7bd16e32 (diff)
downloadpuppet-nodo-f0209f143ce77c5843b13a6317afefac68db3608.tar.gz
puppet-nodo-f0209f143ce77c5843b13a6317afefac68db3608.tar.bz2
Adding fbreader and calibre into utils::office
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils/office.pp3
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,
}
}