mode => 0644,
notify => Service['rsync'],
require => Package['rsync'],
- source => [ "puppet:///modules/site-rsync/$domain/rsyncd.conf",
- "puppet:///modules/site-rsync/rsyncd.conf",
+ source => [ "puppet:///modules/site_rsync/$domain/rsyncd.conf",
+ "puppet:///modules/site_rsync/rsyncd.conf",
"puppet:///modules/rsync/server/rsyncd.conf" ],
}
mode => 0644,
notify => Service['rsync'],
require => Package['rsync'],
- source => [ "puppet:///modules/site-rsync/$domain/default",
- "puppet:///modules/site-rsync/default",
+ source => [ "puppet:///modules/site_rsync/$domain/default",
+ "puppet:///modules/site_rsync/default",
"puppet:///modules/rsync/server/default" ],
}
group => root,
mode => 0644,
require => Package['rsync'],
- source => [ "puppet:///modules/site-rsync/$domain/logrotate.conf",
- "puppet:///modules/site-rsync/logrotate.conf",
+ source => [ "puppet:///modules/site_rsync/$domain/logrotate.conf",
+ "puppet:///modules/site_rsync/logrotate.conf",
"puppet:///modules/rsync/server/logrotate.conf" ],
}