puppet: Allow /etc/zulip to be a symlink.

This PR updates the puppet manifest to allow /etc/zulip to be a symlink. The current behaviour overwrites /etc/zulip if it is link to another directory, which is problematic with docker-zulip and 
in particular the `LINK_SETTINGS_TO_DATA` setting.
This commit is contained in:
pemontto 2020-04-17 20:45:05 +01:00 committed by GitHub
parent bcb8def308
commit fd34bc5161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ class zulip::base {
mode => '0644',
owner => 'zulip',
group => 'zulip',
links => 'follow',
}
file { ['/etc/zulip/zulip.conf', '/etc/zulip/settings.py']:
ensure => 'file',