]> git.openstreetmap.org Git - chef.git/commit
Inherit manage_home attribute for accounts properly
authorTom Hughes <tom@compton.nu>
Sat, 4 Feb 2017 11:10:48 +0000 (11:10 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 4 Feb 2017 11:10:48 +0000 (11:10 +0000)
commit948eba0d97ac72d155b33ba8d5ce295cac39db08
tree14a650d5d20ea349df90806f87a8d08da706832c
parent7effcddc5313c0f1b314afdcd64b9446e69e7778
Inherit manage_home attribute for accounts properly

Because it's a boolean we can't just chain or operators as an
explict false will trigger fallback, so use Hash#fetch with default
values to do the fallback instead.
cookbooks/accounts/recipes/default.rb