From 69132d618c35d18ec5d9c5eddf14ddaa881f5edb Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Tue, 5 Mar 2013 15:53:09 +0100 Subject: [PATCH] postfix.init.pp: Accidentally redefined the X.509 file resources. --- postfix/manifests/init.pp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/postfix/manifests/init.pp b/postfix/manifests/init.pp index c09112a..cdac1ca 100644 --- a/postfix/manifests/init.pp +++ b/postfix/manifests/init.pp @@ -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",