I answered my own question from the documentation.. allowdupe => true Hope it helps someone else looking for a similar answer.....
On Oct 6, 11:29 am, CraftyTech <hmmed...@gmail.com> wrote: > Hello All, > > Is there a way in puppet to define a User resource with a non- > unique UID? i.e, > �...@user { 'user1': > tag => 'test', > uid => '2222' > } > > �...@user { 'user2': > tag => 'test', > uid => '2222' > } > If I do it like this, I get an error saying that the UID is not > unique.... > > Any ideas? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.