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:
5024ebc
)
Fix dependencies between service and xinetd
author
Bastian Blank
<waldi@debian.org>
Fri, 31 Mar 2017 16:51:35 +0000
(18:51 +0200)
committer
Bastian Blank
<waldi@debian.org>
Mon, 10 Apr 2017 16:55:51 +0000
(18:55 +0200)
modules/rsync/manifests/site_systemd.pp
patch
|
blob
|
history
diff --git
a/modules/rsync/manifests/site_systemd.pp
b/modules/rsync/manifests/site_systemd.pp
index
6b51b0b
..
62554d3
100644
(file)
--- a/
modules/rsync/manifests/site_systemd.pp
+++ b/
modules/rsync/manifests/site_systemd.pp
@@
-135,5
+135,6
@@
define rsync::site_systemd (
server => 'unused',
service => 'unused',
ferm => false,
+ before => Service["rsyncd-${name}.socket"],
}
}