Commit e6d4bab9 authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Merge pull request #13 from Shapeways/master

Add Puppet to rules.tf
parents 2560d429 981a7742
...@@ -78,6 +78,9 @@ variable "rules" { ...@@ -78,6 +78,9 @@ variable "rules" {
# PostgreSQL # PostgreSQL
postgresql-tcp = [5432, 5432, "tcp", "PostgreSQL"] postgresql-tcp = [5432, 5432, "tcp", "PostgreSQL"]
# Puppet
puppet-tcp = [8140, 8140, "tcp", "Puppet"]
# Redis # Redis
redis-tcp = [6379, 6379, "tcp", "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