From c4b0de71fe3201fa8c83b61e571a7aed690edb6c Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sun, 8 Mar 2015 12:46:44 -0400 Subject: fix smtp_auth requirements in comment last commit moved requirement from the common module to puppetlab's stdlib --- manifests/smtp_auth.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: # -- cgit v1.2.3