[chef] Re: Re: User resource and home directories


Chronological Thread 
  • From: Daniel DeLeo < >
  • To:
  • Subject: [chef] Re: Re: User resource and home directories
  • Date: Fri, 31 Dec 2010 09:54:39 -0700

Ohai

On Thu, Dec 30, 2010 at 10:23 PM, AJ Christensen 
< >
 wrote:
> supports :manage_home => true

For convenience you can just use
  manage_home true
in the resource now.

Dan DeLeo

>
> 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.

§