summaryrefslogtreecommitdiff
path: root/lib/Config/HAProxy.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/HAProxy.pm')
-rw-r--r--lib/Config/HAProxy.pm18
1 files changed, 10 insertions, 8 deletions
diff --git a/lib/Config/HAProxy.pm b/lib/Config/HAProxy.pm
index ff4fa8a..794a80f 100644
--- a/lib/Config/HAProxy.pm
+++ b/lib/Config/HAProxy.pm
@@ -18,3 +18,3 @@ use Carp;
-our $VERSION = '1.01';
+our $VERSION = '1.03';
@@ -431,6 +431,7 @@ Returns the last node in the tree.
- $cfg->lint(%ARGS);
+ $cfg->lint(%hash);
-Configures syntax checking program to be run before saving. Takes a
-hash as argument. Allowed keys are:
+Configures configuration syntax check. The check will be run by the B<save>
+method prior to writing to the configuration file. Takes a hash as argument.
+Allowed keys are:
@@ -444,3 +445,4 @@ If I<BOOL> is 0, disables syntax check. Default is 1.
-Configures the command to use for syntax check. The command will be run as
+Defines the shell command to use for syntax check. The command will be run
+as
@@ -454,3 +456,3 @@ Default command is B<haproxy -c -f>.
-Sets the search path for the check program. I<PATH> is a colon-delimited
+Sets the search path for the syntax checker. I<PATH> is a colon-delimited
list of directories. Unless the first word of B<command> is an absolute
@@ -469,4 +471,4 @@ Saves the parse tree in the configuration file. Syntax check will be run
prior to saving (unless previously disabled). If syntax errors are discovered,
-the method will B<croak> with the appropriate diagnostics, beginning with
-words C<Syntax check failed:>.
+the method will B<croak> with a diagnostic message starting with words
+C<Syntax check failed:>.

Return to:

Send suggestions and report system problems to the System administrator.