sasl: Remove unnecessary tmpfiles.d config from saslauthd.
This commit is contained in:
parent
509e127eda
commit
30e5c458a9
1 changed files with 0 additions and 9 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue