Skip to content

Commit

Permalink
add $::osfamily == 'RedHat' support
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Apr 25, 2013
1 parent 40b923e commit f8b56a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/defaults.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'FreeBSD': {
$config_file = '/usr/local/etc/smartd.conf'
}
'Debian': {
'Debian', 'RedHat': {
$config_file = '/etc/smartd.conf'
}
default: { fail("smartd: unsupported OS family ${::osfamily}}") }
Expand Down

0 comments on commit f8b56a9

Please sign in to comment.