From 3c89b7deacffa570d03282368689069f388170de Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Wed, 11 Mar 2015 18:51:41 -0400 Subject: small typo in smtp_auth example --- manifests/smtp_auth.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- cgit v1.2.3