diff --git a/sasl/manifests/init.pp b/sasl/manifests/init.pp index 259a2fb..b054e18 100644 --- a/sasl/manifests/init.pp +++ b/sasl/manifests/init.pp @@ -167,15 +167,6 @@ class sasl::saslauthd { require => File["/etc/systemd/system/saslauthd.service.d"], notify => Service["saslauthd"], } - file { "/usr/lib/tmpfiles.d/saslauthd.conf": - ensure => present, - content => "d /run/saslauthd 0775 root ${user} -\n", - mode => "0644", - owner => "root", - group => "root", - require => Class["sasl::client"], - notify => Service["saslauthd"], - } } } default: {