sf2-vagrant icon indicating copy to clipboard operation
sf2-vagrant copied to clipboard

Could not find group puppet

Open lmammino opened this issue 13 years ago • 2 comments

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

lmammino avatar Jan 29 '12 21:01 lmammino

I've also encountered this. Putting

group { 'puppet': ensure => 'present' }

into your manifest gets you rid of that.

spanneberg avatar Feb 15 '12 15:02 spanneberg

Fixed it for me

rud avatar Mar 18 '12 16:03 rud