aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/virtual.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/utils/virtual.pp b/manifests/utils/virtual.pp
index 1533a77..f9d0cc9 100644
--- a/manifests/utils/virtual.pp
+++ b/manifests/utils/virtual.pp
@@ -11,12 +11,18 @@ class nodo::utils::virtual (
# For graphical interfacing with virtual machines
'xpra',
'virt-viewer',
- 'spice-client',
'spice-client-gtk',
]:
ensure => $ensure,
}
+ package { 'spice-client':
+ ensure => $::lsbdistcodename ? {
+ 'jessie' => installed,
+ default => absent,
+ },
+ }
+
# We're not managing this package as we're favouring the
# virtualbox package which doesn't needs it.
#package { [