aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office')
-rw-r--r--manifests/utils/office/console.pp15
-rw-r--r--manifests/utils/office/gui.pp13
2 files changed, 28 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,
+ }
+}
diff --git a/manifests/utils/office/gui.pp b/manifests/utils/office/gui.pp
new file mode 100644
index 0000000..434dede
--- /dev/null
+++ b/manifests/utils/office/gui.pp
@@ -0,0 +1,13 @@
+class nodo::utils::office::gui {
+ package { [
+ 'gobby',
+ 'libreoffice',
+ 'zathura',
+ 'fbreader',
+ #'pdftk',
+ #'evince',
+ #'aewan',
+ ]:
+ ensure => installed,
+ }
+}