projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b062ba
)
open spice console
author
Stephen Gran
<steve@lobefin.net>
Sun, 7 Sep 2014 16:01:49 +0000
(17:01 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 7 Sep 2014 16:01:49 +0000
(17:01 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/per-host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per-host.pp
b/modules/ferm/manifests/per-host.pp
index
3ab0d63
..
6cb2f27
100644
(file)
--- 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 ))'