zulip/puppet/zulip_ops/manifests
Alex Vandiver 3bbe5c1110 puppet: Put comments on iptables lines.
In addition to documenting the rules.v4 and rules.v6 files slightly,
these comments show up in `iptables -L`:

```
root@hostname:~# iptables -L INPUT
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
LOGDROP    all  --  anywhere             localhost/8
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh /* ssh */
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:3000 /* grafana */
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:9100 /* node_exporter */
LOGDROP    all  --  anywhere             anywhere
```
2022-01-21 16:46:14 -08:00
..
profile puppet: Remove now-unused debathena apt repository. 2022-01-18 14:13:28 -08:00
prometheus puppet: Add a uwsgi exporter for monitoring. 2022-01-03 15:25:58 -08:00
teleport puppet: Add a database teleport server. 2021-06-08 22:21:21 -07:00
apache.pp puppet: Remove now-unused basic auth support files. 2021-06-07 16:17:45 -07:00
app_frontend.pp puppet: Move zulip_ops supervisor config into /etc/supervisor/conf.d/zulip/. 2021-06-14 17:12:59 -07:00
app_frontend_monitoring.pp puppet: Add a uwsgi exporter for monitoring. 2022-01-03 15:25:58 -08:00
camo.pp puppet: Default go-camo to listening on localhost for standalone deploys. 2021-11-19 15:58:26 -08:00
firewall.pp puppet: Configure ip6tables in parallel to ipv4. 2021-08-24 16:05:46 -07:00
firewall_allow.pp puppet: Put comments on iptables lines. 2022-01-21 16:46:14 -08:00
ksplice_uptrack.pp setup: Merge multiple setup-apt-repo scripts into one. 2021-05-26 14:42:29 -07:00
munin_node.pp puppet: Split munin-node from munin-server. 2020-07-13 12:49:28 -07:00
munin_plugin.pp munin: Add a helper resource definition for munin plugins. 2020-07-13 12:49:28 -07:00
prod_app_frontend_once.pp billing: Downgrade small realms that are behind on payments. 2021-07-02 13:19:12 -07:00