diff options
Diffstat (limited to 'manifests/utils')
-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, } |