fuel-library/deployment/puppet/rsync/manifests/init.pp
Eugene Kirpichov 560671b4eb Initial commit
2012-09-07 17:38:58 -07:00

11 lines
114 B
Puppet

# Class: rsync
#
# This module manages rsync
#
class rsync {
package { 'rsync':
ensure => installed,
}
}