1 class roles::syncproxy {
2 rsync::site { 'syncproxy':
3 content => template('roles/syncproxy/rsyncd.conf.erb'),
4 bind => $::hostname ? {
5 'milanollo' => '5.153.231.9',
6 'mirror-isc' => '149.20.20.21',
9 bind6 => $::hostname ? {
10 'milanollo' => '2001:41c8:1000:21::21:9',
11 'mirror-isc' => '2001:4f8:8:36::1deb:21',
20 file { '/etc/rsyncd/debian.secrets':