Skip to content

Commit

Permalink
Add default params for SUSE
Browse files Browse the repository at this point in the history
SUSE uses the same params as Debian and RedHat.
  • Loading branch information
lrupp committed May 1, 2014
1 parent 3775d43 commit 6ad96f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'FreeBSD': {
$config_file = '/usr/local/etc/smartd.conf'
}
'Debian', 'RedHat': {
'Debian', 'RedHat', 'SuSE': {
$config_file = '/etc/smartd.conf'
}
default: {
Expand Down

0 comments on commit 6ad96f1

Please sign in to comment.