mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
puppet: Add a bare-bones zulipbot profile.
This sets up the firewalls appropriate for zulipbot, but does not automate any of the configuration of zulipbot itself.
This commit is contained in:
committed by
Alex Vandiver
parent
5857dcd9b4
commit
e46e862f2b
8
puppet/zulip_ops/manifests/profile/zulipbot_zulip_org.pp
Normal file
8
puppet/zulip_ops/manifests/profile/zulipbot_zulip_org.pp
Normal file
@@ -0,0 +1,8 @@
|
||||
class zulip_ops::profile::zulipbot_zulip_org {
|
||||
include zulip_ops::profile::base
|
||||
zulip_ops::firewall_allow { 'http': }
|
||||
zulip_ops::firewall_allow { 'https': }
|
||||
|
||||
# TODO: This does not do any configuration of zulipbot itself, or of
|
||||
# caddy.
|
||||
}
|
||||
Reference in New Issue
Block a user