From 538debac1f0410a6bb84827e13a3ce393eedcded Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Fri, 20 Feb 2015 17:16:08 -0500 Subject: fix module dependency comment in transport and virtual --- manifests/transport.pp | 2 +- manifests/virtual.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/transport.pp b/manifests/transport.pp index bab9574..08b93e5 100644 --- a/manifests/transport.pp +++ b/manifests/transport.pp @@ -12,7 +12,7 @@ Requires: - Class["postfix"] - Postfix::Hash["/etc/postfix/transport"] - Postfix::Config["transport_maps"] -- common::line (from module common) +- file_line (from module stdlib) Example usage: diff --git a/manifests/virtual.pp b/manifests/virtual.pp index 4a434d2..06df32a 100644 --- a/manifests/virtual.pp +++ b/manifests/virtual.pp @@ -12,7 +12,7 @@ Requires: - Class["postfix"] - Postfix::Hash["/etc/postfix/virtual"] - Postfix::Config["virtual_alias_maps"] -- common::line (from module common) +- file_line (from module stdlib) Example usage: -- cgit v1.2.3