We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121e5c4 commit 5cfa6e6Copy full SHA for 5cfa6e6
1 file changed
manifests/params.pp
@@ -3,6 +3,7 @@
3
debian: {
4
$server_package_name = 'openssh-server'
5
$client_package_name = 'openssh-client'
6
+ $sshd_dir = '/etc/ssh'
7
$sshd_config = '/etc/ssh/sshd_config'
8
$ssh_config = '/etc/ssh/ssh_config'
9
$ssh_known_hosts = '/etc/ssh/ssh_known_hosts'
@@ -11,6 +12,7 @@
11
12
redhat: {
13
14
$client_package_name = 'openssh-clients'
15
16
17
18
@@ -21,6 +23,7 @@
21
23
gentoo: {
22
24
$server_package_name = 'openssh'
25
$client_package_name = 'openssh'
26
27
28
29
0 commit comments