aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/office.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/office.pp')
-rw-r--r--manifests/subsystems/utils/office.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/subsystems/utils/office.pp b/manifests/subsystems/utils/office.pp
new file mode 100644
index 0000000..ba87d17
--- /dev/null
+++ b/manifests/subsystems/utils/office.pp
@@ -0,0 +1,11 @@
+class utils::office {
+ # Office
+ package { [ 'wyrd', 'vim-gtk', 'gobby',
+ 'sc', 'antiword', 'broffice.org',
+ 'kalarm', 'texlive-latex-base', 'texlive-latex-recommended',
+ 'texlive-latex-extra', 'pandoc', 'gnumeric',
+ 'cups-client', 'hplip', 'cups-bsd',
+ 'gnucash', 'worklog' ]:
+ ensure => installed,
+ }
+}