Skip to content

Commit

Permalink
Add rule for PuppetDB TCP (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cabrinha authored and antonbabenko committed Apr 26, 2019
1 parent b8c12f9 commit efb5951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules.tf
Expand Up @@ -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"]
Expand Down

0 comments on commit efb5951

Please sign in to comment.