fuel-library/deployment/puppet/rsync/manifests/init.pp

11 lines
133 B
Puppet

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