summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2015-03-11 18:51:41 -0400
committerGabriel Filion <gabster@lelutin.ca>2015-03-11 18:51:41 -0400
commit3c89b7deacffa570d03282368689069f388170de (patch)
tree5590ea5a0a0a9ee0abb0e3f7c01a57a188e225ef
parent2021023f31043e44de5bf2733bb12a66c33a6c71 (diff)
small typo in smtp_auth example
-rw-r--r--manifests/smtp_auth.pp2
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':