We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d250b8 + 7d722e6 commit 1c1030eCopy full SHA for 1c1030e
manifests/install.pp
@@ -195,9 +195,9 @@
195
'Debian': {
196
#Accommodate variations in default install locations for some variants of Debian
197
$path_to_updatealternatives_tool = $::lsbdistdescription ? {
198
- /Ubuntu 14\.04.*/ => '/usr/bin/update-alternatives',
+ /Ubuntu 14\.*/ => '/usr/bin/update-alternatives',
199
/Linux Mint 17\.*/ => '/usr/bin/update-alternatives',
200
- default => '/usr/sbin/update-alternatives',
+ default => '/usr/sbin/update-alternatives',
201
}
202
203
if ( $default_java ) {
0 commit comments