boxen / puppet-virtualbox

MIT License
9 stars 60 forks source link

Adds Hiera Configuration #47

Closed DanielWright closed 8 years ago

DanielWright commented 8 years ago

This PR proposes to support Hiera configuration of the VirtualBox version and patch-level.

DanielWright commented 8 years ago

Sigh. I just realized this was already implicitly supported, with the following Hiera variables:

---
virtualbox::version: "1.2.3"
virtualbox::patch_level: "123456"

I feel pretty silly!