Moved run-rsync under the sync module.
This commit is contained in:
parent
e236f4a6a5
commit
d885246d76
1 changed files with 0 additions and 15 deletions
|
@ -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",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue