Skip to content

Commit

Permalink
add support for Archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Antman authored and Jason Antman committed Mar 20, 2014
1 parent 1426c30 commit 3af5933
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
$service_name = 'sshd'
$sftp_server_path = '/usr/lib/openssh/sftp-server'
}
Archlinux: {
$server_package_name = 'openssh'
$client_package_name = 'openssh'
$sshd_dir = '/etc/ssh'
$sshd_config = '/etc/ssh/sshd_config'
$ssh_config = '/etc/ssh/ssh_config'
$ssh_known_hosts = '/etc/ssh/ssh_known_hosts'
$service_name = 'sshd.service'
$sftp_server_path = '/usr/lib/ssh/sftp-server'
}
default: {
case $::operatingsystem {
gentoo: {
Expand Down

0 comments on commit 3af5933

Please sign in to comment.