diff options
author | Gabriel Filion <gabster@lelutin.ca> | 2015-03-11 18:51:41 -0400 |
---|---|---|
committer | Gabriel Filion <gabster@lelutin.ca> | 2015-03-11 18:51:41 -0400 |
commit | 3c89b7deacffa570d03282368689069f388170de (patch) | |
tree | 5590ea5a0a0a9ee0abb0e3f7c01a57a188e225ef /manifests/smtp_auth.pp | |
parent | 2021023f31043e44de5bf2733bb12a66c33a6c71 (diff) | |
download | puppet-postfix-3c89b7deacffa570d03282368689069f388170de.tar.gz puppet-postfix-3c89b7deacffa570d03282368689069f388170de.tar.bz2 |
small typo in smtp_auth example
Diffstat (limited to 'manifests/smtp_auth.pp')
-rw-r--r-- | manifests/smtp_auth.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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': |