projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Redirect www.d.o/support/ to /support since base-files used the wrong one.
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
buildd_master.pp
1
class roles::buildd_master {
2
ssl::service { 'buildd.debian.org':
3
notify => Service['apache2'],
4
}
5
6
file { '/etc/ssh/userkeys/wb-buildd.more':
7
content => template('roles/buildd_master_wb-authorized_keys.erb'),
8
}
9
}