diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 14:05:35 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 14:05:35 -0200 | 
| commit | 4498548534ccf46e5c3955783966586b04b731d4 (patch) | |
| tree | 68edd87e491f17b2a61bca7734e38e72ab56c8c8 | |
| parent | 8b78b15e57c4b802be46c540a16be42fd23435f5 (diff) | |
| download | puppet-postfix-4498548534ccf46e5c3955783966586b04b731d4.tar.gz puppet-postfix-4498548534ccf46e5c3955783966586b04b731d4.tar.bz2 | |
Fixing missing delimiter
| -rw-r--r-- | manifests/init.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/init.pp b/manifests/init.pp index 20b04f4..c7b9ce8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -41,7 +41,7 @@ class postfix(    $manage_tls_policy       = "no",    $manage_transport_regexp = "no",    $manage_virtual_regexp   = "no", -  $tls_fingerprint_digest  = 'sha1' +  $tls_fingerprint_digest  = 'sha1',    $use_amavisd             = "no",    $use_dovecot_lda         = "no",    $use_schleuder           = "no", | 
