projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Stop doing catalog backups
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
people.pp
1
class roles::people {
2
include apache2
3
ssl::service { 'people.debian.org': notify => Exec['service apache2 reload'], key => true, }
4
onion::service { 'people.debian.org': port => 80, target_address => 'people.debian.org', target_port => 80, direct => true }
5
}