Skip to content

Commit 32631f3

Browse files
benoharaO'Hara
authored andcommitted
Add use_chroot option to modules
1 parent b3ee352 commit 32631f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifests/server/module.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
# $exclude - list of files to exclude
3636
# $exclude_from - file containing a list of files to exclude
3737
# $dont_compress - disable compression on matching files
38+
# $use_chroot - yes||no, defaults to undef
3839
#
3940
# sets up an rsync server
4041
#
@@ -77,7 +78,8 @@
7778
$exclude = undef,
7879
$exclude_from = undef,
7980
$dont_compress = undef,
80-
$ignore_nonreadable = undef) {
81+
$ignore_nonreadable = undef,
82+
$use_chroot = undef) {
8183

8284
concat::fragment { "frag-${name}":
8385
content => template('rsync/module.erb'),

0 commit comments

Comments
 (0)