From: Silvio Rhatto Date: Thu, 25 Oct 2018 17:36:12 +0000 (-0300) Subject: Removes spice-client X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6aefff8ffddc168d5182b22f471d245a45ad3255;p=puppet-nodo.git Removes spice-client --- 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.