source "rsync.erb"
owner "root"
group "root"
- mode 0644
+ mode 0o644
notifies :restart, "service[rsync]"
end
source "rsyncd.conf.erb"
owner "root"
group "root"
- mode 0644
+ mode 0o644
variables :hosts_allow => hosts_allow, :hosts_deny => hosts_deny
end