diff options
Diffstat (limited to 'puppet/modules')
| -rw-r--r-- | puppet/modules/site_openvpn/manifests/init.pp | 4 | ||||
| -rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 1 | 
2 files changed, 4 insertions, 1 deletions
diff --git a/puppet/modules/site_openvpn/manifests/init.pp b/puppet/modules/site_openvpn/manifests/init.pp index bf72c8d6..61fefd0a 100644 --- a/puppet/modules/site_openvpn/manifests/init.pp +++ b/puppet/modules/site_openvpn/manifests/init.pp @@ -167,7 +167,9 @@ class site_openvpn {        ensure     => running,        hasrestart => true,        hasstatus  => true, -      require    => Exec['concat_/etc/default/openvpn']; +      require    => [ +        Package['openvpn'], +        Exec['concat_/etc/default/openvpn'] ];    }    file { diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index 80b750d0..0eb7a7cd 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -51,6 +51,7 @@ class site_postfix::mx {      "smtps     inet  n       -       -       -       -       smtpd    -o smtpd_tls_wrappermode=yes    -o smtpd_tls_security_level=encrypt +  -o smtpd_recipient_restrictions=\$smtps_recipient_restrictions  submission inet n        -       n       -       -       smtpd    -o smtpd_tls_security_level=encrypt    -o smtpd_recipient_restrictions=\$submission_recipient_restrictions  | 
