aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office/console.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office/console.pp')
-rw-r--r--manifests/utils/office/console.pp15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifests/utils/office/console.pp b/manifests/utils/office/console.pp
new file mode 100644
index 0000000..a30aaeb
--- /dev/null
+++ b/manifests/utils/office/console.pp
@@ -0,0 +1,15 @@
+class nodo::utils::office::console {
+ package { [
+ 'vim-gtk',
+ 'wyrd',
+ 'sc',
+ 'antiword',
+ 'unrtf',
+ 'pandoc',
+ 'pdfgrep',
+ 'mat',
+ #'worklog',
+ ]:
+ ensure => installed,
+ }
+}