ReleaseEngineering/PuppetAgain/Modules/vnc: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Created page with "This module enables configure a vnc on a Darwin slave It has two available classes: == vnc == Enables remote access for all users and enables Apple screensharing. == vnc::app...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This module enables configure a vnc on a Darwin slave
This module enables configure a vnc on a Darwin slave


= Classes =
It has two available classes:
It has two available classes:


== vnc ==
== vnc ==
Enables remote access for all users and enables Apple screensharing.  
Enables remote access for all users.  On OS X, enables the Apple screen-sharing service.


== vnc::appearance ==
== vnc::appearance ==
Sets the default background image to Aqua Blue.  The default high resolution image is slow to download over low bandwidth links.
Sets the default background image to Aqua Blue.  The default high resolution image is slow to download over low bandwidth links.
= Secrets =
Passwords are only managed for Ubuntu, using a cleartext password, <tt>secret('builder_pw_vnc_cleartext')</tt>.  We do not run VNC on CentOS, and OS X uses system credentials to login.

Latest revision as of 22:05, 9 June 2014

This module enables configure a vnc on a Darwin slave

Classes

It has two available classes:

vnc

Enables remote access for all users. On OS X, enables the Apple screen-sharing service.

vnc::appearance

Sets the default background image to Aqua Blue. The default high resolution image is slow to download over low bandwidth links.

Secrets

Passwords are only managed for Ubuntu, using a cleartext password, secret('builder_pw_vnc_cleartext'). We do not run VNC on CentOS, and OS X uses system credentials to login.