Re: [Puppet Users] Puppet 3.7 Directory Environments and Vagrant Configuration

2014-10-02 Thread Aaron Russo
Hey Brendan, I did notice you aren't setting environmentpath in the config section in your gist. Maybe try setting environmentpath in vagrant? See below for what I would try. @@ -31,6 +31,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| puppet.options = "--config /vagrant/puppet

[Puppet Users] Puppet 3.7 Directory Environments and Vagrant Configuration

2014-09-28 Thread Brendan Murtagh
Hello, I am having trouble trying to configure my Vagrant & Puppet 3.7 to use Directory Environments for development. I haven't found a guide to help update Vagrant to utilize Directory Environments. I'm unsure what I'm missing. Any help is appreciated. My current Vagrantfile, my provision o