diff options
author | Gabriel Filion <gabster@lelutin.ca> | 2015-03-08 12:46:44 -0400 |
---|---|---|
committer | Gabriel Filion <gabster@lelutin.ca> | 2015-03-08 12:46:44 -0400 |
commit | c4b0de71fe3201fa8c83b61e571a7aed690edb6c (patch) | |
tree | 80fcb3d9ca3b2c9b8ced16f32dd328a734306f1d | |
parent | 06a63a98fc975d53dfe11e1d15ddd6c7f5607cbc (diff) | |
download | puppet-postfix-c4b0de71fe3201fa8c83b61e571a7aed690edb6c.tar.gz puppet-postfix-c4b0de71fe3201fa8c83b61e571a7aed690edb6c.tar.bz2 |
fix smtp_auth requirements in comment
last commit moved requirement from the common module to puppetlab's
stdlib
-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 845a38b..6a13a0d 100644 --- a/manifests/smtp_auth.pp +++ b/manifests/smtp_auth.pp @@ -5,7 +5,7 @@ # Requires: # - Class["postfix"] # - Postfix::Hash["/etc/postfix/smtp_auth"] -# - common::line (from module common) +# - file_line (from puppetlab's stdlib module) # # Example usage: # |