aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-10-25 14:36:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-10-25 14:36:12 -0300
commit6aefff8ffddc168d5182b22f471d245a45ad3255 (patch)
tree0020cb86d0b3a1a8ba40e0a09aae923aae59b97f
parentca5a079c6e8ba6e3423b5e7d3819066828d797be (diff)
downloadpuppet-nodo-6aefff8ffddc168d5182b22f471d245a45ad3255.tar.gz
puppet-nodo-6aefff8ffddc168d5182b22f471d245a45ad3255.tar.bz2
Removes spice-client
-rw-r--r--manifests/utils/virtual.pp9
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.