puppet/rsync/manifests/init.pp

10 lines
93 B
Puppet

# Install rsync
#
class rsync {
package { "rsync":
ensure => present,
}
}