Skip to content

counsyl/puppet-vbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Puppet module for installing and configuring VirtualBox.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages