Merge "Turn off binary symlink in nodejs module"

changes/42/639442/1
Zuul 5 years ago committed by Gerrit Code Review
commit 39be1bf1f1

@ -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':

Loading…
Cancel
Save