Skip to content

Commit 4656745

Browse files
committed
Merge pull request puppetlabs#529 from phervieux/utopic
add utopic support
2 parents f2e075d + 36bbd6e commit 4656745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/globals.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
default => undef,
7373
},
7474
'Ubuntu' => $::operatingsystemrelease ? {
75+
/^(14.10)$/ => '9.4',
7576
/^(14.04)$/ => '9.3',
7677
/^(11.10|12.04|12.10|13.04|13.10)$/ => '9.1',
7778
/^(10.04|10.10|11.04)$/ => '8.4',
@@ -105,6 +106,7 @@
105106
'9.3' => '2.1',
106107
'9.4' => '2.1',
107108
'93' => '2.1',
109+
'9.4' => '2.1',
108110
default => undef,
109111
}
110112
$globals_postgis_version = pick($postgis_version, $default_postgis_version)

0 commit comments

Comments
 (0)