Modified npm invocation to match location of project manifests.

This patch modifies the puppet module to accomodate the changes
in this patch:
https://review.openstack.org/#/c/185723/
This commit is contained in:
Michael Krotscheck 2015-05-26 13:00:40 -07:00
parent 0e50af1532
commit 32a1e60a5b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class refstack::app () {
exec { 'npm install':
command => 'npm install',
path => "/usr/local/bin:/usr/bin:/bin/",
cwd => "${src_www_root}/refstack-ui",
cwd => $src_www_root,
user => $user,
group => $group,
refreshonly => true,