Commit efb59517 authored by Scott Cabrinha's avatar Scott Cabrinha Committed by Anton Babenko

Add rule for PuppetDB TCP (#113)

parent b8c12f9c
......@@ -102,7 +102,8 @@ variable "rules" {
oracle-db-tcp = [1521, 1521, "tcp", "Oracle"]
# Puppet
puppet-tcp = [8140, 8140, "tcp", "Puppet"]
puppet-tcp = [8140, 8140, "tcp", "Puppet"]
puppetdb-tcp = [8081, 8081, "tcp", "PuppetDB"]
# RabbitMQ
rabbitmq-4369-tcp = [4369, 4369, "tcp", "RabbitMQ epmd"]
......
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