postfix.init.pp: Accidentally redefined the X.509 file resources.
This commit is contained in:
parent
ce23d0334d
commit
69132d618c
1 changed files with 0 additions and 17 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue