Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Fixed
-
Affects Version/s: 0.10.4
-
Fix Version/s: 10.14.0
-
Component/s: None
-
Labels:None
Description
When creating a new user, the gid is properly set:
user 'newuser1' do
gid 80 # admin
action 'create'
end
However, if you were to later change the gid in the chef recipe:
user 'newuser1' do
gid 20 # staff
action 'manage'
end
The user's gid will not be updated.
Activity
Bryan McLellan [Opscode]
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Bryan McLellan [Opscode]
made changes -
| Triage Status | [Triaged] |
Bryan McLellan [Opscode]
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Fix Version/s | 10.14.0 [ 10901 ] |
Bryan McLellan [Opscode]
made changes -
| Component/s | Providers [ 10005 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | jira [ 14962 ] | New OSS [ 20306 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | New OSS [ 20306 ] | OSS: Product Management [ 28220 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
229d 22h 47m | 1 | Bryan McLellan [Opscode] | 30/Jul/12 6:35 PM | |||||
|
2d 21h 48m | 1 | Bryan McLellan [Opscode] | 02/Aug/12 4:24 PM |
Looks like a simple typo-- submitted pull request: https://github.com/opscode/chef/pull/202