[chef] User resource and home directories


Chronological Thread 
  • From: < >
  • To:
  • Subject: [chef] User resource and home directories
  • Date: Thu, 30 Dec 2010 21:03:44 -0800 (PST)

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.

§