spec/integration/recipes/default.rb in itamae-1.2.12 vs spec/integration/recipes/default.rb in itamae-1.2.13
- old
+ new
@@ -10,16 +10,18 @@
user "create itamae user" do
uid 123
username "itamae"
password "$1$ltOY8bZv$iZ57f1KAp8jwKViNm3pze."
home '/home/foo'
+ shell '/bin/sh'
end
user "update itamae user" do
uid 1234
username "itamae"
password "$1$TQz9gPMl$nHYrsA5W2ZdZ0Yn021BQH1"
home '/home/itamae'
+ shell '/bin/dash'
end
######
package 'dstat' do