Depend on nodejs only on local_dev for now.

We need to make sure it's totally drop-in functional on the app servers
before I'd feel comfortable modifying their config.

(imported from commit e42d6e37732d65f827982aabaff9399ec1bda0f2)
This commit is contained in:
Luke Faraone 2013-10-09 19:07:56 -04:00
parent 1d9391e867
commit 5c0bcffc97

View File

@ -3,6 +3,9 @@ class zulip::local_server {
class { 'zulip::app_frontend': }
package { "postgresql-9.1": ensure => installed }
# This should be migrated over to app_frontend, once validated as functional
# on app servers.
package { "nodejs": ensure => installed }
file { "/etc/nginx/sites-available/zulip-local":
require => Package[nginx],