fuel-library/deployment/puppet/rsync/manifests/init.pp
Stanislaw Bogatkin a11e8ffd2d Sync puppet module rsync to v0.3.0 from upstream
v0.3.0 sha1: d0707c4ae3674b63c2193c0012ceb9fa90ed41b6
Repo link: https://github.com/puppetlabs/puppetlabs-rsync
Implements: blueprint merge-openstack-puppet-modules

Change-Id: I873975f11ad5d839c5a52c2c3301b1f63fe92f5f
2014-06-26 20:08:21 +04:00

11 lines
133 B
Puppet

# Class: rsync
#
# This module manages rsync
#
class rsync {
package { 'rsync':
ensure => installed,
} -> Rsync::Get<| |>
}