sharding: Make nginx shard map owned by zulip:zulip.

This will make it easier to manipulate in restart-server.
This commit is contained in:
Alex Vandiver
2025-10-07 18:30:41 +00:00
committed by Tim Abbott
parent 970ff73c5f
commit 6249c2f970
2 changed files with 3 additions and 3 deletions

View File

@@ -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),