Created
February 11, 2009 20:28
-
-
Save jsierles/62235 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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