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:
4d12b08
)
allow paganini to serve dhcp and tftp
author
Stephen Gran
<steve@lobefin.net>
Mon, 26 Jul 2010 20:20:01 +0000
(21:20 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 26 Jul 2010 20:20:01 +0000
(21:20 +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
2d6c5bd
..
14c6990
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-31,6
+31,16
@@
class ferm::per-host {
}
}
+ paganini: {
+ @ferm::rule { "dsa-dhcp":
+ description => "Allow dhcp access",
+ rule => "&SERVICE(udp, 67)"
+ }
+ @ferm::rule { "dsa-tftp":
+ description => "Allow tftp access",
+ rule => "&SERVICE(udp, 69)"
+ }
+ }
handel: {
@ferm::rule { "dsa-puppet":
description => "Allow puppet access",