Skip to content

Commit

Permalink
Merge pull request #964 from pishro-oss/master
Browse files Browse the repository at this point in the history
Fixes version automatic detection for debian jessie;
  • Loading branch information
igalic committed Dec 22, 2014
2 parents 6ca0706 + a1309d8 commit 2b93f57
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 2b93f57

Please sign in to comment.