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:
c9fcdba
)
don't accept RA at 1&1
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 19 Feb 2011 21:04:22 +0000
(22:04 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 19 Feb 2011 21:04:22 +0000
(22:04 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
45e7f3c
..
9a09d54
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-144,6
+144,12
@@
node default {
include afs::server
}
}
+
+ case $hostname {
+ chopin,geo3,soler,wieck: {
+ include sysctl
+ }
+ }
}
# vim:set et: