postfix.init.pp: Accidentally redefined the X.509 file resources.

This commit is contained in:
Lari Huttunen 2013-03-05 15:53:09 +01:00
parent ce23d0334d
commit 69132d618c

View file

@ -117,23 +117,6 @@ class postfix {
require => Package["postfix"],
}
file { "${ssl::certs}/postfix.crt":
ensure => present,
source => $postfix_cert,
mode => "0644",
owner => "root",
group => "root",
notify => Service["postfix"],
}
file { "${ssl::private}/postfix.key":
ensure => present,
source => $postfix_key,
mode => "0600",
owner => "root",
group => "root",
notify => Service["postfix"],
}
file { "/etc/postfix/main.cf":
ensure => present,
mode => "0644",