small typo in smtp_auth example

This commit is contained in:
Gabriel Filion 2015-03-11 18:51:41 -04:00
parent 2021023f31
commit 3c89b7deac

View file

@ -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':