From d671c697f235c46a4132144dd134cd1ffce704fe Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 5 Jan 2018 14:33:15 -0800 Subject: [PATCH] Add --summarize when running puppet apply ... so we can debug which resources take time etc. Change-Id: Ie41715b2f4aa53191d20e5e7c3e9a521421248a3 (cherry picked from commit 472a5891110b92bda9f0eaa87a7372c958f91324) --- .../os-refresh-config/configure.d/50-puppet-stack-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/puppet-stack-config/os-refresh-config/configure.d/50-puppet-stack-config b/elements/puppet-stack-config/os-refresh-config/configure.d/50-puppet-stack-config index 5563ad7c9..6433f8ffd 100755 --- a/elements/puppet-stack-config/os-refresh-config/configure.d/50-puppet-stack-config +++ b/elements/puppet-stack-config/os-refresh-config/configure.d/50-puppet-stack-config @@ -16,4 +16,4 @@ function puppet_apply { fi } -puppet_apply puppet apply --detailed-exitcodes /etc/puppet/manifests/puppet-stack-config.pp +puppet_apply puppet apply --summarize --detailed-exitcodes /etc/puppet/manifests/puppet-stack-config.pp