]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
README: add note about the need to set a global Exec path (#3807)
authorMicah Anderson <micah@riseup.net>
Tue, 23 Apr 2013 19:39:51 +0000 (15:39 -0400)
committerMicah Anderson <micah@riseup.net>
Tue, 23 Apr 2013 19:39:51 +0000 (15:39 -0400)
README

diff --git a/README b/README
index 9458c68a0baea86a79fd602911be892e1b33b43c..86e1d7bdb5f78b05a6876a6ae7eedfd71826ab97 100644 (file)
--- a/README
+++ b/README
@@ -36,6 +36,14 @@ This is not supported anymore.
 Every such snippet much now be configured using the (respectively)
 postfix::header_checks_snippet and postfix::tlspolicy_snippet defines.
 
+Note: You will need to set a global Exec { path => '...' } to a proper pathing
+in your manifests, or you will experience some issues such as:
+
+err: Failed to apply catalog: Parameter unless failed: 'test "x$(postconf -h relay_domains)" == 'xlocalhost host.foo.com'' is not qualified and no path was specified. Please qualify the command or specify a path.
+
+See: http://www.puppetcookbook.com/posts/set-global-exec-path.html for more
+information about how to do this
+
 Postfix class configuration parameters
 --------------------------------------