From: Bastian Blank Date: Mon, 10 Apr 2017 20:30:56 +0000 (+0200) Subject: Another try to fix xinetd vs. systemd X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=72403ce9c2233c05dd2c7e980a06ba20daf4e1f6;p=mirror%2Fdsa-puppet.git Another try to fix xinetd vs. systemd --- diff --git a/modules/rsync/manifests/site_systemd.pp b/modules/rsync/manifests/site_systemd.pp index 62554d3c4..f063ccb71 100644 --- a/modules/rsync/manifests/site_systemd.pp +++ b/modules/rsync/manifests/site_systemd.pp @@ -64,6 +64,7 @@ define rsync::site_systemd ( Exec['systemctl daemon-reload'], File["/etc/systemd/system/rsyncd-${name}@.service"], File["/etc/systemd/system/rsyncd-${name}.socket"], + Service['xinetd'], ], provider => systemd, } @@ -108,6 +109,7 @@ define rsync::site_systemd ( File["/etc/systemd/system/rsyncd-${name}-stunnel@.service"], File["/etc/systemd/system/rsyncd-${name}-stunnel.socket"], Service["rsyncd-${name}.socket"], + Service['xinetd'], ], provider => systemd, } diff --git a/modules/vsftpd/manifests/site_systemd.pp b/modules/vsftpd/manifests/site_systemd.pp index 482589787..346a978b8 100644 --- a/modules/vsftpd/manifests/site_systemd.pp +++ b/modules/vsftpd/manifests/site_systemd.pp @@ -70,6 +70,7 @@ define vsftpd::site_systemd ( Exec['systemctl daemon-reload'], File["/etc/systemd/system/vsftpd-${name}@.service"], File["/etc/systemd/system/vsftpd-${name}.socket"], + Service['xinetd'], ], provider => systemd, }