From: Gabriel Filion Date: Wed, 11 Mar 2015 22:51:41 +0000 (-0400) Subject: small typo in smtp_auth example X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c89b7deacffa570d03282368689069f388170de;p=puppet-postfix.git small typo in smtp_auth example --- diff --git a/manifests/smtp_auth.pp b/manifests/smtp_auth.pp index 882b01d..b553fb5 100644 --- a/manifests/smtp_auth.pp +++ b/manifests/smtp_auth.pp @@ -16,7 +16,7 @@ # postfix::hash { '/etc/postfix/smtp_auth': # ensure => present, # } -# postfix::config { 'smpt_auth_maps': +# postfix::config { 'smtp_auth_maps': # value => 'hash:/etc/postfix/smtp_auth' # } # postfix::smtp_auth { 'gmail.com':