grahamgilbert / vagrant-puppetmaster

Vagrant config for a testing setup with a Puppet Master, Puppet Dashboard and PuppetDB
Apache License 2.0
81 stars 69 forks source link

Did not work for me, now it does #11

Closed Micsi closed 9 years ago

Micsi commented 9 years ago

Hi, running your code gave me errors on missing escaping for mysql user/group, so I changed that to something without problems. I am not using Hiera at this time and your hiera.yaml gave me problems on later runs, so I disabled that. Why set up two SQL-Servers for testing? Puppet-Dashboard needs MySQL ok, but puppetdb can use an embedded db. No need for Postgres here. Regards from Munich Jochen

grahamgilbert commented 9 years ago

The version of the MySQL module is now locked to one that works. I'm also not sure about the hiera stuff - I always use Hiera, so I would like it to be enabled. Fine for a PR that just changes to the embedded db for puppetdb though.