Skip to content

Commit 1c1030e

Browse files
committed
Merge branch 'patch-1' of https://github.com/maxstepanov/puppet-jdk_oracle into maxstepanov-patch-1
2 parents 6d250b8 + 7d722e6 commit 1c1030e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/install.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195
'Debian': {
196196
#Accommodate variations in default install locations for some variants of Debian
197197
$path_to_updatealternatives_tool = $::lsbdistdescription ? {
198-
/Ubuntu 14\.04.*/ => '/usr/bin/update-alternatives',
198+
/Ubuntu 14\.*/ => '/usr/bin/update-alternatives',
199199
/Linux Mint 17\.*/ => '/usr/bin/update-alternatives',
200-
default => '/usr/sbin/update-alternatives',
200+
default => '/usr/sbin/update-alternatives',
201201
}
202202

203203
if ( $default_java ) {

0 commit comments

Comments
 (0)