]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removes spice-client
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Oct 2018 17:36:12 +0000 (14:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Oct 2018 17:36:12 +0000 (14:36 -0300)
manifests/utils/virtual.pp

index 389c83e114a1ea259a9453f285e8b73a3c1d7168..f207bfd395c5c64664d0c348943c47ea63b0c521 100644 (file)
@@ -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.