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 /manifests/utils/desktop | |
parent | 112c35a324f15afb1bb586f5805dcf2fcb9cbcb9 (diff) | |
download | puppet-nodo-e625a29cda52201a43e6428d3556a828d4b154a7.tar.gz puppet-nodo-e625a29cda52201a43e6428d3556a828d4b154a7.tar.bz2 |
Adding vnc apps
Diffstat (limited to 'manifests/utils/desktop')
-rw-r--r-- | manifests/utils/desktop/vnc.pp | 5 |
1 files changed, 5 insertions, 0 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, + } +} |