projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa9956
)
fix rsync site module
author
Peter Palfrader
<peter@palfrader.org>
Sun, 19 Mar 2017 08:30:44 +0000
(08:30 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 19 Mar 2017 08:31:16 +0000
(08:31 +0000)
modules/rsync/manifests/site.pp
patch
|
blob
|
history
diff --git
a/modules/rsync/manifests/site.pp
b/modules/rsync/manifests/site.pp
index
ab47a1a
..
ba73c2c
100644
(file)
--- a/
modules/rsync/manifests/site.pp
+++ b/
modules/rsync/manifests/site.pp
@@
-1,8
+1,8
@@
define rsync::site (
$bind='',
$bind6='',
- $source=
''
,
- $content=
''
,
+ $source=
undef
,
+ $content=
undef
,
$max_clients=200,
$ensure=present,
$sslname='',