mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
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:
parent
1d9391e867
commit
5c0bcffc97
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user