From 29c3c8519c96b40f528e9e1985568fffe8ce46a2 Mon Sep 17 00:00:00 2001 From: Francois Deppierraz Date: Mon, 2 Mar 2009 12:29:31 +0100 Subject: postix-ng -> postfix find . -type f -exec perl -pi -e 's/postfix-ng/postfix/' {} \; --- manifests/definitions/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/definitions/config.pp') diff --git a/manifests/definitions/config.pp b/manifests/definitions/config.pp index ec6c782..58fc590 100644 --- a/manifests/definitions/config.pp +++ b/manifests/definitions/config.pp @@ -1,4 +1,4 @@ -define postfix-ng::config ($ensure = present, $value, $nonstandard = false) { +define postfix::config ($ensure = present, $value, $nonstandard = false) { case $ensure { present: { exec {"postconf -e ${name}='${value}'": @@ -12,7 +12,7 @@ define postfix-ng::config ($ensure = present, $value, $nonstandard = false) { } absent: { - fail "postfix-ng::config ensure => absent: Not implemented" + fail "postfix::config ensure => absent: Not implemented" } } } -- cgit v1.2.3