Skip to content

Commit

Permalink
add missing sshd_dir variable on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Apr 25, 2014
1 parent e5f9cec commit e8a5b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
freebsd: {
$server_package_name = undef
$client_package_name = undef
$sshd_dir = '/etc/ssh'
$sshd_config = '/etc/ssh/sshd_config'
$ssh_config = '/etc/ssh/ssh_config'
$ssh_known_hosts = '/etc/ssh/ssh_known_hosts'
Expand Down

0 comments on commit e8a5b70

Please sign in to comment.