Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created February 11, 2009 20:28
Show Gist options
  • Save jsierles/62235 to your computer and use it in GitHub Desktop.
Save jsierles/62235 to your computer and use it in GitHub Desktop.
user u do
comment config[:comment]
uid config[:uid]
gid config[:group].to_s
home "/home/#{u}"
shell "/bin/bash"
password config[:password]
supports :manage_home => true
end
# on every chef run i see
INFO: Altered user[joshua]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment