Fixed typo when deploying saslauthd services.
This commit is contained in:
parent
caefd37ab1
commit
2dbaf3f632
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ define saslauthd::service() {
|
|||
x86_64: { $libdir = "/usr/lib64/sasl2" }
|
||||
}
|
||||
|
||||
file { "${libdir}/${name}":
|
||||
file { "${libdir}/${name}.conf":
|
||||
ensure => present,
|
||||
source => [ "puppet:///files/saslauthd/${name}.${fqdn}",
|
||||
"puppet:///files/saslauthd/${name}",
|
||||
|
|
Loading…
Add table
Reference in a new issue