postfix: Wrong value for the chain cert.

This commit is contained in:
Lari Huttunen 2013-03-05 17:09:00 +01:00
parent b20d06b37f
commit 940d74debc
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ class postfix {
}
if $postfix_chain {
file { "${ssl::certs}/chain.crt":
file { "${ssl::certs}/postfix-chain.crt":
ensure => present,
source => $postfix_chain,
mode => "0644",