aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office/gui.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office/gui.pp')
-rw-r--r--manifests/utils/office/gui.pp13
1 files changed, 13 insertions, 0 deletions
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,
+ }
+}