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:
7bfdedf
)
rsync ssl service, more
author
Peter Palfrader
<peter@palfrader.org>
Sun, 31 Jan 2016 21:56:26 +0000
(22:56 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 31 Jan 2016 21:56:26 +0000
(22:56 +0100)
modules/roles/manifests/syncproxy.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/syncproxy.pp
b/modules/roles/manifests/syncproxy.pp
index
3bdadcd
..
5bf3427
100644
(file)
--- a/
modules/roles/manifests/syncproxy.pp
+++ b/
modules/roles/manifests/syncproxy.pp
@@
-69,7
+69,7
@@
class roles::syncproxy {
server_args => "/etc/rsyncd-syncproxy-stunnel.conf",
ferm => false,
instances => 50,
- require => File[
/etc/rsyncd-syncproxy-stunnel.conf
],
+ require => File[
"/etc/rsyncd-syncproxy-stunnel.conf"
],
}
if $bind6 != '' {
@@
-83,7
+83,7
@@
class roles::syncproxy {
server_args => "/etc/rsyncd-syncproxy-stunnel.conf",
ferm => false,
instances => 50,
- require => File[
/etc/rsyncd-syncproxy-stunnel.conf
],
+ require => File[
"/etc/rsyncd-syncproxy-stunnel.conf"
],
}
}