aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-07 10:21:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-07 10:21:16 -0300
commite223a17e68b7d7daa854c6078c4ef906a80f3542 (patch)
treedf850448da11db819e7f5ee79f549ae15c0433d6 /manifests/subsystems
parent8a237d7d7a9de5ec2a375c29412278435bc02481 (diff)
downloadpuppet-nodo-e223a17e68b7d7daa854c6078c4ef906a80f3542.tar.gz
puppet-nodo-e223a17e68b7d7daa854c6078c4ef906a80f3542.tar.bz2
Adding gobby-0.5 into utils::office
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/utils/office.pp2
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,
}
}