diff options
author | Micah Anderson <micah@leap.se> | 2013-10-30 14:34:27 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-10-31 11:12:43 -0400 |
commit | 12f13e38f0776f801907841b8fe4ab65f67ad060 (patch) | |
tree | 2d60a274b8b0f8ade8c59d8aacdfda961e8700e7 | |
parent | 747bfed900f53461fa342d7fa2c44b9275d3a8d1 (diff) |
certtool-postfix-gendh attempted before postfix is installed (Bug #4340)
Change-Id: I4ffb5b9203741d1152dfd93ef9ecc45f6a6088d4
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx/tls.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/tls.pp b/puppet/modules/site_postfix/manifests/mx/tls.pp index cff686e5..08978efd 100644 --- a/puppet/modules/site_postfix/manifests/mx/tls.pp +++ b/puppet/modules/site_postfix/manifests/mx/tls.pp @@ -34,7 +34,7 @@ class site_postfix::mx::tls { user => root, group => root, creates => '/etc/postfix/smtpd_tls_dh_param.pem', - require => Package['gnutls-bin'] + require => [ Package['gnutls-bin'], Package['postfix'] ] } # Make sure the dh params file has correct ownership and mode |