projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
regex, not glob
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
wiki.pp
1
class roles::wiki {
2
ssl::service { 'wiki.debian.org':
3
notify => Service['apache2'],
4
}
5
rsync::site { 'wiki':
6
source => 'puppet:///modules/roles/wiki/rsyncd.conf',
7
}
8
}