Skip to content

Commit

Permalink
fix suse architecture specfic constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoetz committed Apr 20, 2017
1 parent 49dfefe commit 851bede
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 851bede

Please sign in to comment.