Skip to content

Commit

Permalink
Fixes version automatic detection for debian jessie;
Browse files Browse the repository at this point in the history
Debian 8, Jessie uses Apache version 2.4
  • Loading branch information
Zouuup committed Dec 19, 2014
1 parent f9e59bd commit a1309d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/version.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
'Debian': {
if $::operatingsystem == 'Ubuntu' and $::operatingsystemrelease >= 13.10 {
$default = '2.4'
} elsif $::operatingsystem == 'Debian' and $::operatingsystemrelease == 'jessie/sid' {
$default = '2.4'
} else {
$default = '2.2'
}
Expand Down

0 comments on commit a1309d8

Please sign in to comment.