Skip to content

Commit

Permalink
fix #409 icinga2 binary is wrong on rhel5
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Dec 7, 2017
1 parent 4b8c867 commit 0a03576
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 @@ -102,6 +102,7 @@
$user = 'icinga'
$group = 'icinga'
$bin_dir = $::operatingsystemmajrelease ? {
'5' => '/usr/sbin',
'6' => '/usr/sbin',
default => '/sbin',
}
Expand Down

0 comments on commit 0a03576

Please sign in to comment.