mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This makes for easier tab-completion, and also is a bit more explicit about the expected consumer.
9 lines
236 B
Puppet
9 lines
236 B
Puppet
class kandra::profile::zulipbot_zulip_org inherits kandra::profile::base {
|
|
|
|
kandra::firewall_allow { 'http': }
|
|
kandra::firewall_allow { 'https': }
|
|
|
|
# TODO: This does not do any configuration of zulipbot itself, or of
|
|
# caddy.
|
|
}
|