projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more amazon networks to blacklist
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
buildd_master.pp
1
class roles::buildd_master {
2
ssl::service { 'buildd.debian.org':
3
notify => Exec['service apache2 reload'],
4
key => true,
5
}
6
7
file { '/etc/ssh/userkeys/wb-buildd.more':
8
content => template('roles/buildd_master_wb-authorized_keys.erb'),
9
}
10
}