sf2-vagrant
sf2-vagrant copied to clipboard
Could not find group puppet
i got the following errors at the end of vagrant up
err: /File[/var/lib/puppet/rrd]/ensure: change from absent to directory failed: Could not find group puppet
err: Could not send report: Got 1 failure(s) while initializing: change from absent to directory failed: Could not find group puppet
I've also encountered this. Putting
group { 'puppet': ensure => 'present' }
into your manifest gets you rid of that.
Fixed it for me