Skip to content

Commit

Permalink
bugfix: unlock user accounts during chef runs
Browse files Browse the repository at this point in the history
Locked user accounts lead the SSH login not to work anymore. For tests, unlock all user accounts before applying SSH hardening.

Signed-off-by: Dominik Richter <[email protected]>
  • Loading branch information
arlimus committed Jul 15, 2014
1 parent 083936c commit 02bd103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default/roles/ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"run_list": [
"recipe[chef-solo-search]",
"recipe[ssh-hardening::unlock]",
"recipe[ssh-hardening::server]",
"recipe[ssh-hardening::client]"
]
}
}

0 comments on commit 02bd103

Please sign in to comment.