Skip to content

Commit

Permalink
update SLES lib directory
Browse files Browse the repository at this point in the history
fixes #283
  • Loading branch information
dgoetz authored and bobapple committed Apr 21, 2017
1 parent 47296d3 commit f28d907
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@
'suse': {
$user = 'icinga'
$group = 'icinga'
$lib_dir = $::architecture ? {
'x86_64' => '/usr/lib64',
default => '/usr/lib',
}
$lib_dir = '/usr/lib'
} # Suse

default: {
Expand Down

0 comments on commit f28d907

Please sign in to comment.