aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/office.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/office.pp')
-rw-r--r--manifests/utils/office.pp10
1 files changed, 9 insertions, 1 deletions
diff --git a/manifests/utils/office.pp b/manifests/utils/office.pp
index f9b4350..d4638b0 100644
--- a/manifests/utils/office.pp
+++ b/manifests/utils/office.pp
@@ -1,6 +1,6 @@
class nodo::utils::office {
# Office
- package { [ 'wyrd', 'vim-gtk', 'gobby',
+ package { [ 'vim-gtk', 'gobby',
'sc', 'antiword', 'dia',
'kalarm', 'pandoc', 'gnumeric',
'cups-client', 'hplip', 'cups-bsd',
@@ -30,6 +30,14 @@ class nodo::utils::office {
}
}
+ # Wheezy only
+ package { 'wyrd':
+ ensure => $::lsbdistcodename ? {
+ 'wheezy' => present,
+ default => absent,
+ },
+ }
+
# Wheezy onwards
package { 'libreoffice':
ensure => $::lsbdistcodename ? {