Skip to content

Commit

Permalink
Fixed RedHat name for osfamily case
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Dec 9, 2014
1 parent f382af8 commit 5e0479e
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 @@ -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 5e0479e

Please sign in to comment.