Displaying 2 results from an estimated 2 matches for "trfy".
Did you mean:
trey
2017 Apr 19
2
PUPPET - group IDS
...;? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
? ? user2:? ? ? ? uid: '1001'? ? ? ? gid: '200'? ? ? ? home: '/home/user2'? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
But when I trfy and use this puppet agent -tv complains when trying to create user2 that GID 2000 is slready used .
how may I manage this?
(Obvs I could have all users with their own GID and add users to a seperate group m... but this is just tidier to my mind?
cheersdidds
2017 Apr 19
0
PUPPET - group IDS
...hell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
> ? ? user2:? ? ? ? uid: '1001'? ? ? ? gid: '200'? ? ? ? home: '/home/user2'? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
> But when I trfy and use this puppet agent -tv complains when trying to create user2 that GID 2000 is slready used .
>
> how may I manage this?
I haven't used the "allowdupe" option, so I don't know if it works for
GIDs, but supposedly this works:
user { 'user1':
uid =>...