diff --git a/manifests/frontend.pp b/manifests/frontend.pp index a629422..eb2a5af 100644 --- a/manifests/frontend.pp +++ b/manifests/frontend.pp @@ -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':