Hello
You have both users with the gid 'testgroup'. I think you mean group 'testgroup'.
I think its common/best practice for each user's gid to be uniq and named the same as the user
Neil
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To post to this group, send email to puppet...@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.
I am currently in the process of cleaning up some of my puppet config files in particular some user and some virtual templates:I get the following error:"err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate definition: Group[testgroup] is already defined in file /etc/puppet/manifests/templates/accounts.pp at line 22; cannot redefine at /etc/puppet/manifests/templates/accounts.pp:22 on node puppettest.test.internal"
I see that makes sense, would you be able to give a quick example of the required syntax?