Version information
This version is compatible with:
- Darwin, Debian, Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'counsyl-vbox', '0.9.18'
Learn more about managing modules with a PuppetfileDocumentation
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 justin@counsyl.com
Support
Please log tickets and issues at https://github.com/counsyl/puppet-vbox
0.9.18 (05/15/2017)
IMPROVEMENTS:
- Support specifying license agreement hash during installation of VirtualBox extensions.
0.9.17 (08/29/2016)
BUG FIXES
- Fix extension pack command escaping.
0.9.16 (11/13/2015)
IMPROVEMENTS:
- Upgrade to VirtualBox 4.3.34
0.9.15 (10/28/2015)
IMPROVEMENTS:
- Upgrade to VirtualBox 4.3.32
BUG FIXES
- Fix installation of extension pack on VirtualBox version change (GH-1)
0.9.14 (08/17/2015)
IMPROVEMENTS:
- Upgrade to VirtualBox 4.3.30 (5.x support planned for 1.0+ releases).
0.9.13 (07/02/2015)
FEATURES:
- Add
vbox::timesync
(via Jonas Neubert).
Dependencies
- counsyl/sys (>= 0.9.18 <2.0.0)
Copyright 2013-2015 Counsyl, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.