sasl: Remove unnecessary tmpfiles.d config from saslauthd.

This commit is contained in:
Timo Makinen 2016-05-23 11:41:17 +03:00
parent 509e127eda
commit 30e5c458a9

View file

@ -167,15 +167,6 @@ class sasl::saslauthd {
require => File["/etc/systemd/system/saslauthd.service.d"], require => File["/etc/systemd/system/saslauthd.service.d"],
notify => Service["saslauthd"], 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: { default: {