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
1 changed files with 2 additions and 1 deletions

View File

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