diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-02-20 17:16:08 -0500 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-02-20 17:16:08 -0500 |
commit | 538debac1f0410a6bb84827e13a3ce393eedcded (patch) | |
tree | b80fc897ab0b5065d58ee9bc36885b27dc18d9c2 | |
parent | 5de06f5dcdab3dd41895f3c0d2eb0c68866e5744 (diff) | |
download | puppet-postfix-538debac1f0410a6bb84827e13a3ce393eedcded.tar.gz puppet-postfix-538debac1f0410a6bb84827e13a3ce393eedcded.tar.bz2 |
fix module dependency comment in transport and virtual
-rw-r--r-- | manifests/transport.pp | 2 | ||||
-rw-r--r-- | 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: |