From 511c25d9c3c4521c03eff051dbf5faee1b74a595 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 9 Jan 2018 10:43:16 +0100 Subject: [PATCH] Add DockerPuppetDebug to environments/config-debug.yaml This enables puppet debug for puppet containers as well when an operator includes environments/config-debug.yaml which is the 'traditional' way we've been using to enable puppet debugging. Change-Id: I4b9e2a2169572f679f7c0e357349264d7e0a8a50 --- environments/config-debug.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/config-debug.yaml b/environments/config-debug.yaml index b176c255d1..5162137424 100644 --- a/environments/config-debug.yaml +++ b/environments/config-debug.yaml @@ -3,3 +3,4 @@ parameter_defaults: ConfigDebug: true + DockerPuppetDebug: True