Commit fa097948 authored by Martin Beauchamp's avatar Martin Beauchamp

Add Puppet to rules.tf

parent 85536ecc
......@@ -78,6 +78,9 @@ variable "rules" {
# PostgreSQL
postgresql-tcp = [5432, 5432, "tcp", "PostgreSQL"]
# Puppet
puppet-tcp = [8140, 8140, "tcp", "Puppet"]
# Redis
redis-tcp = [6379, 6379, "tcp", "Redis"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment