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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.