mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
sharding: Make nginx shard map owned by zulip:zulip.
This will make it easier to manipulate in restart-server.
This commit is contained in:
committed by
Tim Abbott
parent
970ff73c5f
commit
6249c2f970
@@ -7,8 +7,8 @@ class zulip::tornado_sharding {
|
||||
# the sharding script afterwards and Puppet shouldn't overwrite them.
|
||||
file { '/etc/zulip/nginx_sharding_map.conf':
|
||||
ensure => file,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
owner => 'zulip',
|
||||
group => 'zulip',
|
||||
mode => '0644',
|
||||
notify => Service['nginx'],
|
||||
content => @(EOT),
|
||||
|
Reference in New Issue
Block a user