Repository: incubator-stratos Updated Branches: refs/heads/master 8d5df0cd6 -> f8cdad42d
fixing an issue with installation pop ups Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/f8cdad42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/f8cdad42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/f8cdad42 Branch: refs/heads/master Commit: f8cdad42daf535433a87c1ca739cc42e0e56e857 Parents: 8d5df0c Author: Nirmal Fernando <[email protected]> Authored: Tue Feb 25 11:58:09 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Tue Feb 25 11:58:09 2014 +0530 ---------------------------------------------------------------------- tools/puppet3/modules/nodejs/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f8cdad42/tools/puppet3/modules/nodejs/manifests/init.pp ---------------------------------------------------------------------- diff --git a/tools/puppet3/modules/nodejs/manifests/init.pp b/tools/puppet3/modules/nodejs/manifests/init.pp index b709612..f591ae1 100644 --- a/tools/puppet3/modules/nodejs/manifests/init.pp +++ b/tools/puppet3/modules/nodejs/manifests/init.pp @@ -30,7 +30,7 @@ class nodejs { 'Install libraries': path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', cwd => "${nodejs_home}", - command => 'apt-get install nodejs', + command => 'apt-get install -y nodejs', require => [ Exec['update-apt'], Package['python-software-properties', 'python', 'g++', 'make'],
