]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds x2goclient into nodo::utils::virtual
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 14 Jul 2018 19:25:29 +0000 (16:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 14 Jul 2018 19:25:29 +0000 (16:25 -0300)
manifests/utils/virtual.pp

index 3702374fb554523323f93355b77b370eefdfa03c..d1b349f29442b3ba8d9df821d5132588d56666bd 100644 (file)
@@ -19,6 +19,13 @@ class nodo::utils::virtual (
     ensure => $ensure,
   }
 
+  package { [
+    'x2goclient'
+  ]:
+    ensure          => $ensure,
+    install_options => [ '--no-install-recommends' ], # otherwise it installs openssh-server
+  }
+
   #package { 'spice-client':
   #  ensure => $::lsbdistcodename ? {
   #    'jessie' => installed,