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.pp15
1 files changed, 7 insertions, 8 deletions
diff --git a/manifests/utils/office/gui.pp b/manifests/utils/office/gui.pp
index 0bfe3dc..6cde1aa 100644
--- a/manifests/utils/office/gui.pp
+++ b/manifests/utils/office/gui.pp
@@ -2,18 +2,17 @@ class nodo::utils::office::gui (
$ensure = 'installed',
) {
package { [
- 'gobby',
'libreoffice',
'libreoffice-gtk3',
- 'zathura',
- 'zathura-djvu',
- 'fbreader',
- 'mupdf',
- 'mupdf-tools',
#'pdftk',
- #'evince',
- #'aewan',
]:
ensure => $ensure,
}
+
+ # Not in use
+ package { [
+ 'gobby',
+ ]:
+ ensure => absent,
+ }
}