]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding vnc apps
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Sep 2014 22:55:20 +0000 (19:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Sep 2014 22:55:20 +0000 (19:55 -0300)
manifests/utils/desktop/vnc.pp [new file with mode: 0644]
manifests/utils/network.pp

diff --git a/manifests/utils/desktop/vnc.pp b/manifests/utils/desktop/vnc.pp
new file mode 100644 (file)
index 0000000..86280ff
--- /dev/null
@@ -0,0 +1,5 @@
+class nodo::utils::desktop::vnc {
+  package { 'tightvncserver':
+    ensure => present,
+  }
+}
index 9366366cd380b0f5959f86e5c6235f7a69ff18a3..13c746220c6a144a2e9a038c4ffadf90c994e340 100644 (file)
@@ -11,7 +11,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal {
               'sslscan',            'muttprofile',           'connect-proxy',
               'avahi-discover',     'mdns-scan',             'davfs2',
               'surfraw',            'w3m',                   'mailplate',
-              'geoip-bin',          'luakit' ]:
+              'geoip-bin',          'luakit',                'ssvnc' ]:
     ensure => installed,
   }