diff options
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/virtual.pp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/manifests/utils/virtual.pp b/manifests/utils/virtual.pp index 389c83e..f207bfd 100644 --- a/manifests/utils/virtual.pp +++ b/manifests/utils/virtual.pp @@ -27,12 +27,9 @@ class nodo::utils::virtual ( install_options => [ '--no-install-recommends' ], # otherwise it installs openssh-server } - #package { 'spice-client': - # ensure => $::lsbdistcodename ? { - # 'jessie' => installed, - # default => absent, - # }, - #} + package { 'spice-client': + ensure => absent, + } # We're not managing this package as we're favouring the # virtualbox package which doesn't needs it. |