Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Unknown
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Chef Client
-
Labels:None
Description
If a recipe has a user resource like this:
user "test" do home "/home/test" end
Chef will create the user just fine. However, we might have wanted to manage the home directory, and change the resource:
user "test" do supports :manage_home => true home "/home/test" end
The user will already exist, even though the home directory doesn't, and the home directory will not be created. This is can be surprising.
Activity
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
562d 11h 58m | 1 | Achim Rosenhagen | 18/Dec/12 6:23 PM | |||||
|
15s | 1 | Achim Rosenhagen | 18/Dec/12 6:23 PM |