Automattic / wp-calypso-bootstrap

Development environment for Calypso - built with Vagrant and Puppet
GNU General Public License v2.0
33 stars 13 forks source link

Fix/vagrant up issues #8

Closed westi closed 7 years ago

westi commented 7 years ago

With the latest Vagrant/Virtualbox you can't vagrant up without hitting puppet errors.

These minor changes fix things for me and let me get Calypso running.

stephanethomas commented 7 years ago

The changes look good and work fine.

I added a commit to tweak the setup.sh script since the puppetlabs-stdlib Puppet module is now a dependency of puppetlabs-apt - so it will be installed with the latter automattically:

/etc/puppet/modules
└─┬ puppetlabs-apt (v2.4.0)
  └── puppetlabs-stdlib (v4.17.1)