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:
Alex Vandiver
2021-08-24 14:41:23 -07:00
committed by Alex Vandiver
parent 5857dcd9b4
commit e46e862f2b

View 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.
}