@@ -522,13 +522,13 @@ |
||
522 | 522 | |
523 | 523 | return $node; |
524 | 524 | })->end() |
525 | - ->validate()->ifTrue(function ($node) { |
|
526 | - if (isset($node['ssl_options']) && !$node['ssl']) { |
|
527 | - return true; |
|
528 | - } |
|
525 | + ->validate()->ifTrue(function ($node) { |
|
526 | + if (isset($node['ssl_options']) && !$node['ssl']) { |
|
527 | + return true; |
|
528 | + } |
|
529 | 529 | |
530 | - return false; |
|
531 | - })->thenInvalid('ssl must be true in order to set ssl_options')->end() |
|
530 | + return false; |
|
531 | + })->thenInvalid('ssl must be true in order to set ssl_options')->end() |
|
532 | 532 | ->end(); |
533 | 533 | |
534 | 534 | return $rootNode; |