-
Notifications
You must be signed in to change notification settings - Fork 58
Install fail on OSX El Captain #45
Comments
I was able to install on El Capitan by specifying the latest version in my manifest: class { 'virtualbox':
version => '5.0.14',
patch_level => '105127'
} |
@bgerstle , I was using your fix above for the last couple of months. However, I updated my Boxen from upstream just now, and I got the error:
So, I removed the class structure completely from my personal manifest, and just went with the following line in my Puppetfile, as suggested in the basic puppet-virtualbox:
This installs VirtualBox 5.0.20 r106931, which is fine for my purposes (developing WordPress under Bedrock at roots.io). The latest version of VirtualBox is 5.0.26, but this isn't available at GitHub yet it seems... |
@henscu that's bizarre, can't tell why that would cause an invalid parameter error. Also, it appears the latest version of puppet-virtualbox defaults to |
@henscu in any case, thanks for the heads up. i'll try to post back here if/when I run into this myself |
It tries to install version 4.3, while there is already version 5.0.12 available on virtualbox website.
I use latest version of this module in my Puppetfile:
github "virtualbox", "1.0.13"
The text was updated successfully, but these errors were encountered: