projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
reload apache instead of restarting it
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
udd.pp
1
class roles::udd {
2
ssl::service { 'udd.debian.org':
3
notify => Exec['service apache2 reload'],
4
}
5
}