diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-09-14 19:55:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-09-14 19:55:20 -0300 |
commit | e625a29cda52201a43e6428d3556a828d4b154a7 (patch) | |
tree | 8b884ae2965676567de3aaec61e716c09214991d | |
parent | 112c35a324f15afb1bb586f5805dcf2fcb9cbcb9 (diff) | |
download | puppet-nodo-e625a29cda52201a43e6428d3556a828d4b154a7.tar.gz puppet-nodo-e625a29cda52201a43e6428d3556a828d4b154a7.tar.bz2 |
Adding vnc apps
-rw-r--r-- | manifests/utils/desktop/vnc.pp | 5 | ||||
-rw-r--r-- | manifests/utils/network.pp | 2 |
2 files changed, 6 insertions, 1 deletions
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, } |