Install Vagrant on your Mac.
Changes in release 3.0 and above: Vagrant will be upgraded when you change the version of this module in your Puppetfile
include vagrant
vagrant::plugin { 'vagrant-vmware-fusion':
license => 'puppet:///modules/people/joe/licenses/fusion.lic',
}
vagrant::box { 'squeeze64/vmware_fusion':
source => 'https://s3.amazonaws.com/github-ops/vagrant/squeeze64-6.0.7-vmware_fusion.box'
}
boxen