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:
1e2215e
)
abel and alwyn run tftpd
author
Peter Palfrader
<peter@palfrader.org>
Thu, 17 Feb 2011 15:00:24 +0000
(16:00 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 17 Feb 2011 15:00:24 +0000
(16:00 +0100)
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
a43bc7c
..
7863589
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-25,6
+25,12
@@
class ferm::per-host {
}
}
+ abel,alwyn: {
+ @ferm::rule { "dsa-tftp":
+ description => "Allow tftp access",
+ rule => "&SERVICE(udp, 69)"
+ }
+ }
paganini: {
@ferm::rule { "dsa-dhcp":
description => "Allow dhcp access",