Skip to content

Commit

Permalink
Merge pull request #727 from mhaskel/ubuntu1004-fixes
Browse files Browse the repository at this point in the history
Fix lib path for Ubuntu 10.04.
  • Loading branch information
Ashley Penney committed May 13, 2014
2 parents fc96087 + 8e7ef15 commit fbf9678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/mod/proxy_html.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
$loadfiles = $::apache::params::distrelease ? {
'6' => ['/usr/lib/libxml2.so.2'],
'10' => ['/usr/lib/libxml2.so.2'],
default => ["/usr/lib/${gnu_path}-linux-gnu/libxml2.so.2"],
}
}
Expand Down

0 comments on commit fbf9678

Please sign in to comment.