This Puppet module is for installing and configuring VirtualBox, the open source virtualization platform.
This class installs VirtualBox for the platform. To use, simply include this class:
include vbox
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
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',
}
Apache License, Version 2.0
Justin Bronn [email protected]
Please log tickets and issues at https://github.com/counsyl/puppet-vbox