From df4479ec99836fcf12845386e516447f0f8cad03 Mon Sep 17 00:00:00 2001
From: Fabian Galinski <fabian@sgalinski.de>
Date: Thu, 21 Jan 2021 09:37:11 +0100
Subject: [PATCH] [TASK] Update of the start_with_request setting to default

---
 attributes/default.rb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/attributes/default.rb b/attributes/default.rb
index e50b1e4..63babc5 100644
--- a/attributes/default.rb
+++ b/attributes/default.rb
@@ -1,9 +1,9 @@
 default['xdebug']['directives'] = {
-	:mode => 'debug',
-  :start_with_request => 'yes',
-  :discover_client_host => 'true',
 	:client_port => 9000,
-	:remote_handler => 'dbgp',
-	:max_nesting_level => 1500,
+	:discover_client_host => 'true',
 	:idekey => 'vagrant'
+	:max_nesting_level => 1500,
+	:mode => 'debug',
+	:remote_handler => 'dbgp',
+	:start_with_request => 'default',
 }
-- 
GitLab