aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/manifests/rsync.pp
blob: 0a9ccc34ff0c066a82702d1be1f40021a8f39187 (plain)
1
2
3
4
5
6
7
class bcd::rsync {
    include bcd::base
    $public_isos = $bcd::public_isos
    class { 'rsyncd':
            rsyncd_conf => 'bcd/rsyncd.conf',
    }
}