diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-10-25 14:36:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-10-25 14:36:12 -0300 |
commit | 6aefff8ffddc168d5182b22f471d245a45ad3255 (patch) | |
tree | 0020cb86d0b3a1a8ba40e0a09aae923aae59b97f /manifests | |
parent | ca5a079c6e8ba6e3423b5e7d3819066828d797be (diff) | |
download | puppet-nodo-6aefff8ffddc168d5182b22f471d245a45ad3255.tar.gz puppet-nodo-6aefff8ffddc168d5182b22f471d245a45ad3255.tar.bz2 |
Removes spice-client
Diffstat (limited to 'manifests')
-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. |