mirror of https://github.com/zulip/zulip.git
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:
parent
5857dcd9b4
commit
e46e862f2b
|
@ -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.
|
||||
}
|
Loading…
Reference in New Issue