sous-chefs / users

Development repository for the users cookbook
https://supermarket.chef.io/cookbooks/users
Apache License 2.0
138 stars 217 forks source link

User's home dir may not exist #44

Closed lorypamos closed 10 years ago

lorypamos commented 10 years ago

...so try guess parent dir fs-type

sethvargo commented 10 years ago

Ohai @lorypamos!

Thank you for the Pull Request. I'm actually working on a refactor of this cookbook that should make this obsolete.

lorypamos commented 10 years ago

Ohai @sethvargo!

Glad to read this. Please, do not forget *BSD users, who have different stat(1). Maybe, it would be better to use File.*stat*?

sethvargo commented 10 years ago

@lorypamos the decision to shellout using backticks was a horrible decision. I have other ideas around this.

sethvargo commented 10 years ago

This was fixed as part of #49

lorypamos commented 10 years ago

Very nice