projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
manage danzi/wanna-build pg_hba
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
udd.pp
1
# UDD
2
class roles::udd {
3
class { 'apache2':
4
rlimitmem => 512 * 1024 * 1024,
5
}
6
7
ssl::service { 'udd.debian.org':
8
notify => Exec['service apache2 reload'],
9
key => true,
10
}
11
12
include roles::buildd_master::db_guest_access
13
}