projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make milanollo do more rsync
[mirror/dsa-puppet.git]
/
modules
/
roles
/
manifests
/
syncproxy.pp
1
class roles::syncproxy {
2
rsync::site { 'syncproxy':
3
source => 'puppet:///modules/roles/syncproxy/rsyncd.conf',
4
}
5
6
file { '/etc/rsyncd':
7
ensure => 'directory'
8
}
9
10
file { '/etc/rsyncd/debian.secrets':
11
owner => 'root',
12
group => 'mirroradm',
13
mode => 0664,
14
}
15
}