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",