projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
manage ullmann/udd pg_hba
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
api_ftp_master.pp
1
class roles::api_ftp_master {
2
include apache2
3
ssl::service { 'api.ftp-master.debian.org':
4
notify => Exec['service apache2 reload'],
5
key => true,
6
}
7
8
# is api_ftp_master the right role to put this in?
9
include roles::udd::db_guest_access
10
}