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 /manifests/virtual.pp | |
| parent | 5de06f5dcdab3dd41895f3c0d2eb0c68866e5744 (diff) | |
| download | puppet-postfix-538debac1f0410a6bb84827e13a3ce393eedcded.tar.gz puppet-postfix-538debac1f0410a6bb84827e13a3ce393eedcded.tar.bz2 | |
fix module dependency comment in transport and virtual
Diffstat (limited to 'manifests/virtual.pp')
| -rw-r--r-- | manifests/virtual.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | 
