Initial version of rsync module.

This commit is contained in:
Timo Mkinen 2011-03-15 13:48:09 +02:00
parent 6d44f55755
commit e15dd05385

10
rsync/manifests/init.pp Normal file
View file

@ -0,0 +1,10 @@
# Install rsync
#
class rsync {
package { "rsync":
ensure => present,
}
}