From a5080332f68b8971e50125e2ceea7b55e6ea97c9 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 7 Nov 2012 23:11:01 -0800 Subject: [PATCH] Add vnc firewall rule for redhat --- manifests/site.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index a01d391..a3c267b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -257,6 +257,11 @@ node /compute/ { notify => Service["nova-compute"], } } + firewall { '001 vnc listen incomming': + proto => 'tcp', + dport => ['6080'], + action => 'accept', + } firewall { '001 volume incomming': proto => 'tcp', dport => ['3260'],