Merge "Turn off binary symlink in nodejs module"

This commit is contained in:
Zuul 2018-07-21 14:47:24 +00:00 committed by Gerrit Code Review
commit 39be1bf1f1

View File

@ -9,7 +9,8 @@ class openstack_health::frontend(
) {
class { '::nodejs':
repo_url_suffix => '6.x',
repo_url_suffix => '6.x',
legacy_debian_symlinks => false,
}
package { 'node-gyp':