When issuing the vagrant up command, I get an error like this:
Could not find class apt for precise64.inglewood.ca.us at at /tmp/vagrant-puppet-3/manifests/default.pp:19 on node precise64.inglewood.ca.us`
Line 19 of default.pp contains:
include apt
Any ideas?
Im on Windows 8+Cygwin+ruby2.0
aptpuppet module. take a look at docs.vagrantup.com/v2/provisioning/puppet_apply.html. Look for themodule_pathoption. - ptierno