From e625a29cda52201a43e6428d3556a828d4b154a7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 14 Sep 2014 19:55:20 -0300 Subject: Adding vnc apps --- manifests/utils/desktop/vnc.pp | 5 +++++ manifests/utils/network.pp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 manifests/utils/desktop/vnc.pp (limited to 'manifests/utils') diff --git a/manifests/utils/desktop/vnc.pp b/manifests/utils/desktop/vnc.pp new file mode 100644 index 0000000..86280ff --- /dev/null +++ b/manifests/utils/desktop/vnc.pp @@ -0,0 +1,5 @@ +class nodo::utils::desktop::vnc { + package { 'tightvncserver': + ensure => present, + } +} diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index 9366366..13c7462 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -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, } -- cgit v1.2.3