Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.03 KB

vbox

This Puppet module is for installing and configuring VirtualBox, the open source virtualization platform.

Classes

vbox

This class installs VirtualBox for the platform. To use, simply include this class:

include vbox

vbox::extension_pack

Installs Oracle's VirtualBox Etension Pack, the commercial extension that provides advanced features for USB 2.0 and VRDP support. To use, simply include the class after vbox:

include vbox
include vbox::extension_pack

vbox::timesync

Allows managing of host time synchronization on VirtualBox guests (only supports Debian at this time). The following example disables time sync:

class { 'vbox::timesync':
  ensure => 'disabled',
}

License

Apache License, Version 2.0

Contact

Justin Bronn [email protected]

Support

Please log tickets and issues at https://github.com/counsyl/puppet-vbox