Skip to content

Commit

Permalink
Merge pull request redhat-openstack#30 from jantman/archlinux
Browse files Browse the repository at this point in the history
add support for Archlinux
  • Loading branch information
saz committed Apr 25, 2014
2 parents f209378 + 3af5933 commit 8a7b57f
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 8a7b57f

Please sign in to comment.