fix smtp_auth requirements in comment

last commit moved requirement from the common module to puppetlab's
stdlib
This commit is contained in:
Gabriel Filion 2015-03-08 12:46:44 -04:00
parent 06a63a98fc
commit c4b0de71fe

View file

@ -5,7 +5,7 @@
# Requires: # Requires:
# - Class["postfix"] # - Class["postfix"]
# - Postfix::Hash["/etc/postfix/smtp_auth"] # - Postfix::Hash["/etc/postfix/smtp_auth"]
# - common::line (from module common) # - file_line (from puppetlab's stdlib module)
# #
# Example usage: # Example usage:
# #