Skip to content

Commit

Permalink
Merge pull request #137 from gildub/bug+params+osfamily
Browse files Browse the repository at this point in the history
Fixed RedHat name for osfamily case
  • Loading branch information
Morgan Haskel committed Jan 23, 2015
2 parents 3b2ca7f + 5e0479e commit d358462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -6,7 +6,7 @@
#
class haproxy::params {
case $::osfamily {
'Archlinux', 'Debian', 'Redhat': {
'Archlinux', 'Debian', 'RedHat': {
$package_name = 'haproxy'
$global_options = {
'log' => "${::ipaddress} local0",
Expand Down

0 comments on commit d358462

Please sign in to comment.