We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ee352 commit 32631f3Copy full SHA for 32631f3
manifests/server/module.pp
@@ -35,6 +35,7 @@
35
# $exclude - list of files to exclude
36
# $exclude_from - file containing a list of files to exclude
37
# $dont_compress - disable compression on matching files
38
+# $use_chroot - yes||no, defaults to undef
39
#
40
# sets up an rsync server
41
@@ -77,7 +78,8 @@
77
78
$exclude = undef,
79
$exclude_from = undef,
80
$dont_compress = undef,
- $ignore_nonreadable = undef) {
81
+ $ignore_nonreadable = undef,
82
+ $use_chroot = undef) {
83
84
concat::fragment { "frag-${name}":
85
content => template('rsync/module.erb'),
0 commit comments