puppet: Switch to $zulip::common::supervisor_conf_dir variable.

This commit is contained in:
Alex Vandiver
2021-06-11 13:31:16 -07:00
committed by Tim Abbott
parent 391f78a9c1
commit df09607202

View File

@@ -42,7 +42,7 @@ class zulip::profile::smokescreen {
notify => Service[supervisor],
}
file { '/etc/supervisor/conf.d/zulip/smokescreen.conf':
file { "${zulip::common::supervisor_conf_dir}/smokescreen.conf":
ensure => file,
require => [
Package[supervisor],