Skip to content

Commit 5b2c017

Browse files
committed
Merge pull request puppetlabs#624 from saimonn/vivid
add ubuntu/vivid support
2 parents cb57b32 + 13bf63d commit 5b2c017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
default => undef,
8080
},
8181
'Ubuntu' => $::operatingsystemrelease ? {
82+
/^(15.04)$/ => '9.4',
8283
/^(14.10)$/ => '9.4',
8384
/^(14.04)$/ => '9.3',
8485
/^(11.10|12.04|12.10|13.04|13.10)$/ => '9.1',

0 commit comments

Comments
 (0)