Skip to content

Commit

Permalink
Merge pull request #1042 from sathieu/debian-dev-name
Browse files Browse the repository at this point in the history
(#1391) Correct Debian jessie mod_prefork dev package name
  • Loading branch information
Morgan Haskel committed Feb 26, 2015
2 parents 7305eb4 + 47f9007 commit 6f89416
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 @@ -233,7 +233,7 @@
'base_rules/modsecurity_crs_60_correlation.conf'
]
$error_documents_path = '/usr/share/apache2/error'
if ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemrelease, '13.10') >= 0) {
if ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemrelease, '13.10') >= 0) or ($::operatingsystem == 'Debian' and versioncmp($::operatingsystemrelease, '8') >= 0) {
$dev_packages = ['libaprutil1-dev', 'libapr1-dev', 'apache2-dev']
} else {
$dev_packages = ['libaprutil1-dev', 'libapr1-dev', 'apache2-prefork-dev']
Expand Down

0 comments on commit 6f89416

Please sign in to comment.