diff options
Diffstat (limited to 'modules/bcd/manifests/rsync.pp')
| -rw-r--r-- | modules/bcd/manifests/rsync.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bcd/manifests/rsync.pp b/modules/bcd/manifests/rsync.pp new file mode 100644 index 00000000..0a9ccc34 --- /dev/null +++ b/modules/bcd/manifests/rsync.pp @@ -0,0 +1,7 @@ +class bcd::rsync { + include bcd::base + $public_isos = $bcd::public_isos + class { 'rsyncd': + rsyncd_conf => 'bcd/rsyncd.conf', + } +} |
