Skip to content

Commit

Permalink
Merge pull request #317 from guerremdq/patch-1
Browse files Browse the repository at this point in the history
Turn off  legacy symlinks for ubuntu 16.04
  • Loading branch information
bastelfreak authored Sep 17, 2017
2 parents 1e61a4f + d0d8193 commit c67c992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
$repo_class = '::nodejs::repo::nodesource'
}
elsif $::operatingsystemrelease =~ /^16.04$/ {
$legacy_debian_symlinks = true
$legacy_debian_symlinks = false
$manage_package_repo = true
$nodejs_debug_package_name = 'nodejs-dbg'
$nodejs_dev_package_name = 'nodejs-dev'
Expand Down

0 comments on commit c67c992

Please sign in to comment.