Skip to content

Added support for CentOS 7.x #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpescalona
Copy link

No description provided.

@jpescalona
Copy link
Author

Introduced support for CentOS 7.x.

Bind ports will be automatically configured by index in users configuration array:
$vnc_arusso = { 'user' => 'arusso', 'args' => '-SecurityTypes=VeNCrypt,TLSPlain -PlainUsers=arusso pam_service=login', }

$vnc_brusso = { 'user' => 'brusso', 'args' => '-SecurityTypes=VeNCrypt,TLSVNC', }

class { 'vnc': servers => [ $vnc_arusso, $vnc_brusso ] }

where $vnc_arusso will be bind on port 5900 (index 0 of array) and $vnc_brusso will be bind on port 5901 (index 1 of array). This may be improved.

This also register the init script using new systemd.

@nrmjba
Copy link

nrmjba commented May 3, 2017

@jpescalona Since this doesn't seem to be being maintained I have forked this project and will be updating it. if you want to send your pull request to my fork (https://github.com/nrmjba/puppet-vnc) I would be happy to merge it in. I will be updating the module to be compatible with both ubuntu and rehl7/centos7 as well as Puppet 4.9+ let me know if you have any interest in continuing to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants