Skip to content

Commit

Permalink
Fix libvarnishapi version on Debian Stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaenzig committed Jul 14, 2020
1 parent b14da91 commit cb04022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/setup/settings.pp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
$libmicrohttpd = 'libmicrohttpd10'
}

if ($::operatingsystem == 'Debian' and versioncmp($::operatingsystemmajrelease, '9') >= 0) or ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemmajrelease, '19.04') >= 0) {
if ($::operatingsystem == 'Debian' and versioncmp($::operatingsystemmajrelease, '10') >= 0) or ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemmajrelease, '19.04') >= 0) {
$libvarnishapi = 'libvarnishapi2'
}else{
$libvarnishapi = 'libvarnishapi1'
Expand Down

0 comments on commit cb04022

Please sign in to comment.