Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Sanchez committed Mar 10, 2014
1 parent 72a8924 commit 094000e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'fcgid' => 'mod_fcgid',
'passenger' => 'mod_passenger',
'perl' => 'mod_perl',
'php5' => $distrelease ? {
'php5' => $::apache::version::distrelease ? {
'5' => 'php53',
default => 'php',
},
Expand Down
2 changes: 1 addition & 1 deletion manifests/version.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if ! $distrelease {
fail("Class['apache::params']: Unparsable \$::operatingsystemrelease: ${::operatingsystemrelease}")
}

case $::osfamily {
'RedHat': {
if ($::operatingsystem == 'Fedora' and $distrelease >= 18) or ($::operatingsystem != 'Fedora' and $distrelease >= 7) {
Expand Down

0 comments on commit 094000e

Please sign in to comment.