diff options
author | Francois Deppierraz <francois@ip-10-226-54-102.eu-west-1.compute.internal> | 2009-03-02 12:29:31 +0100 |
---|---|---|
committer | Francois Deppierraz <francois@ip-10-226-54-102.eu-west-1.compute.internal> | 2009-03-02 12:29:31 +0100 |
commit | 29c3c8519c96b40f528e9e1985568fffe8ce46a2 (patch) | |
tree | efb721871f0252e6c3ea21822f86980ae932f4b3 /README | |
parent | 8157cc71d8a24633035eb92ef7b34657e4785f29 (diff) | |
download | puppet-postfix-29c3c8519c96b40f528e9e1985568fffe8ce46a2.tar.gz puppet-postfix-29c3c8519c96b40f528e9e1985568fffe8ce46a2.tar.bz2 |
postix-ng -> postfix
find . -type f -exec perl -pi -e 's/postfix-ng/postfix/' {} \;
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -include postfix-ng +include postfix -postfix-ng::config { "relay_domains": value => "localhost host.foo.com" } +postfix::config { "relay_domains": value => "localhost host.foo.com" } |