projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Allow buildd2 users to use the chroots
[mirror/dsa-puppet.git]
/
modules
/
debian-org
/
manifests
/
radvd.pp
1
class debian-org::radvd {
2
site::sysctl { 'dsa-accept-ra-default':
3
key => 'net.ipv6.conf.default.accept_ra',
4
value => 0,
5
}
6
site::sysctl { 'dsa-accept-ra-all':
7
key => 'net.ipv6.conf.all.accept_ra',
8
value => 0,
9
}
10
}