summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2015-03-08 12:46:44 -0400
committerGabriel Filion <gabster@lelutin.ca>2015-03-08 12:46:44 -0400
commitc4b0de71fe3201fa8c83b61e571a7aed690edb6c (patch)
tree80fcb3d9ca3b2c9b8ced16f32dd328a734306f1d
parent06a63a98fc975d53dfe11e1d15ddd6c7f5607cbc (diff)
fix smtp_auth requirements in comment
last commit moved requirement from the common module to puppetlab's stdlib
-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 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:
#