Skip to content

Commit 2b93f57

Browse files
committed
Merge pull request #964 from pishro-oss/master
Fixes version automatic detection for debian jessie;
2 parents 6ca0706 + a1309d8 commit 2b93f57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/version.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
'Debian': {
2222
if $::operatingsystem == 'Ubuntu' and $::operatingsystemrelease >= 13.10 {
2323
$default = '2.4'
24+
} elsif $::operatingsystem == 'Debian' and $::operatingsystemrelease == 'jessie/sid' {
25+
$default = '2.4'
2426
} else {
2527
$default = '2.2'
2628
}

0 commit comments

Comments
 (0)