From: Stephen Gran Date: Sun, 7 Sep 2014 16:01:49 +0000 (+0100) Subject: open spice console X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f0ad8ae3206f4d6f5a032a90ad89fdbb1844d402;p=mirror%2Fdsa-puppet.git open spice console Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 3ab0d631a..6cb2f27f0 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -19,6 +19,10 @@ class ferm::per-host { } } oyens: { + @ferm::rule { 'dsa-spice': + description => 'Allow spice-console access', + rule => '&SERVICE(tcp, 6082)' + } @ferm::rule { 'dsa-memcache': description => 'Allow memcache access', rule => '&SERVICE_RANGE(tcp, 11211, ( 5.153.231.240/27 172.29.123.0/24 ))'