diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-07 10:21:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-07 10:21:16 -0300 |
commit | e223a17e68b7d7daa854c6078c4ef906a80f3542 (patch) | |
tree | df850448da11db819e7f5ee79f549ae15c0433d6 /manifests | |
parent | 8a237d7d7a9de5ec2a375c29412278435bc02481 (diff) | |
download | puppet-nodo-e223a17e68b7d7daa854c6078c4ef906a80f3542.tar.gz puppet-nodo-e223a17e68b7d7daa854c6078c4ef906a80f3542.tar.bz2 |
Adding gobby-0.5 into utils::office
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/office.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/office.pp b/manifests/subsystems/utils/office.pp index 7f62875..363dc5d 100644 --- a/manifests/subsystems/utils/office.pp +++ b/manifests/subsystems/utils/office.pp @@ -6,7 +6,7 @@ class utils::office { 'texlive-latex-extra', 'pandoc', 'gnumeric', 'cups-client', 'hplip', 'cups-bsd', 'gnucash', 'worklog', 'pdftk', - 'calibre', 'fbreader' ]: + 'calibre', 'fbreader', 'gobby-0.5' ]: ensure => installed, } } |