Skip to content

Commit

Permalink
fb_ssh: add verifier, fix principals bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Oct 3, 2019
1 parent 620db69 commit 23c6655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbooks/fb_ssh/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
group 'root'
mode '0644'
variables({ :type => 'sshd_config' })
verify '/usr/sbin/sshd -t -f %{path}'
notifies :restart, 'service[ssh]'
end

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/fb_ssh/resources/authorization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ def manage(type)
end

action :manage_principals do
manager('principals')
manage('principals')
end

0 comments on commit 23c6655

Please sign in to comment.