Skip to content

Commit

Permalink
add Archlinux as supported OS
Browse files Browse the repository at this point in the history
Archlinux provides it's own jenkins package. To use this module with
Archlinux one has to set 'repo = false'.
  • Loading branch information
kengelhardt-godaddy committed Aug 17, 2017
1 parent 8a5307e commit 685087f
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 @@ -66,6 +66,16 @@
$service_provider = undef
}
}
'Archlinux': {
$libdir = '/usr/share/java/jenkins/'
$package_provider = 'pacman'
$service_provider = undef
$sysconfdir = '/etc/conf.d'
$config_hash_defaults = {
'JENKINS_JAVA_OPTIONS' => { value => $_java_args },
'JENKINS_AJP_PORT' => { value => '-1' },
}
}
default: {
$libdir = '/usr/lib/jenkins'
$package_provider = undef
Expand Down

0 comments on commit 685087f

Please sign in to comment.