summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-23 15:39:51 -0400
committerMicah Anderson <micah@riseup.net>2013-04-23 15:39:51 -0400
commit8e43dc85da5a5e45e88aef5f7c32c9cc1c35201c (patch)
treea61e128dc4ecff3d832d935b74112030e008d885
parent33b29d4d2738810f6e4ade8c0b4ffb8883e05c8b (diff)
README: add note about the need to set a global Exec path (#3807)
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 9458c68..86e1d7b 100644
--- 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
--------------------------------------