X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fvsftpd%2Fmanifests%2Fsite.pp;h=f8a71a0fb52d9aa297949593bf0df5af0efb635a;hb=0c141a0dc77091e2a77473d82f70bb0cfd88c442;hp=9cdacde0d049c69a597e4129186ebe71452ee0ce;hpb=f0bd5528a15b587fa3ffbe566458b1f9325734e0;p=dsa-puppet.git diff --git a/modules/vsftpd/manifests/site.pp b/modules/vsftpd/manifests/site.pp index 9cdacde0..f8a71a0f 100644 --- a/modules/vsftpd/manifests/site.pp +++ b/modules/vsftpd/manifests/site.pp @@ -48,12 +48,5 @@ define vsftpd::site ( require => File[$fname] } - # Mask the vsftpd service as we are using xinetd - file { '/etc/systemd/system/vsftpd.service': - ensure => 'link', - target => '/dev/null', - notify => Exec['systemctl daemon-reload'], - } - Service['vsftpd']->Service['xinetd'] }