mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
8 lines
192 B
Puppet
8 lines
192 B
Puppet
class zulip_internal::redis inherits zulip::redis {
|
|
include zulip_internal::base
|
|
|
|
File[ "/etc/redis/redis.conf"] {
|
|
source => "puppet:///modules/zulip_internal/redis/redis.conf",
|
|
}
|
|
}
|