Moved run-rsync under the sync module.

This commit is contained in:
svimes 2012-02-23 14:06:04 +02:00
parent e236f4a6a5
commit d885246d76

View file

@ -1,15 +0,0 @@
class run-rsync {
case $operatingsystem {
ubuntu: {
package { "run-rsync": ensure => installed, }
file { "/etc/run-rsync/RunRsyncConfig.pm":
ensure => present,
source => [ "puppet:///files/run-rsync/${homename}-RunRsyncConfig.pm",
"/etc/run-rsync/RunRsyncConfig.pm", ],
mode => 0644,
owner => "root",
group => "root",
}
}
}
}