mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
puppet: Make zulip::local_server use zuilp::postgres_appdb
(imported from commit 23eac4233996d3515b48e972a1e98e43e1dd4bf0)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class zulip::local_server {
|
||||
include zulip::base
|
||||
include zulip::app_frontend
|
||||
include zulip::postgres_appdb
|
||||
|
||||
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 }
|
||||
@@ -37,14 +37,4 @@ class zulip::local_server {
|
||||
ensure => 'link',
|
||||
target => '/home/zulip/deployments/current/prod-static/serve',
|
||||
}
|
||||
|
||||
file { "/usr/share/postgresql/9.1/tsearch_data/zulip_english.stop":
|
||||
require => Package["postgresql-9.1"],
|
||||
ensure => file,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/postgresql/zulip_english.stop",
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user