Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nibalizer committed Dec 7, 2014
1 parent fee6749 commit f2b83cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions manifests/mpm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
before => File[$::apache::mod_enable_dir],
notify => Service['httpd'],
}

if $mpm == 'itk' {
file { "${lib_path}/mod_mpm_itk.so":
ensure => link,
target => "${lib_path}/mpm_itk.so"
ensure => link,
target => "${lib_path}/mpm_itk.so"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
$mime_support_package = 'mailcap'
$mime_types_config = '/etc/mime.types'
$docroot = '/var/www/html'
if $::osfamily == "RedHat" {
if $::osfamily == 'RedHat' {
$wsgi_socket_prefix = '/var/run/wsgi'
} else {
$wsgi_socket_prefix = undef
Expand Down

0 comments on commit f2b83cb

Please sign in to comment.