[chef] Re: User resource and home directories


Chronological Thread 
  • From: AJ Christensen < >
  • To:
  • Subject: [chef] Re: User resource and home directories
  • Date: Fri, 31 Dec 2010 18:23:07 +1300

supports :manage_home => true

On 31/12/2010 6:03 PM, < "> > wrote:
> When I create a user with a specified home directory, the directory isn't being
> created. For instance:
>
> ----------
> group "www"
>
> user "www" do
> gid "www"
> home "/home/www"
> shell "/bin/bash"
> password "$1$fkGAAO8e$S4Ul9tukFOf1iEU5k8nYK."
> end
> ------------
>
> The problem here is that /home/www isn't created. I cheated and created it
> manually, but is that really how people usually do it?



Archive powered by MHonArc 2.6.16.

§