Add --summarize when running puppet apply

... so we can debug which resources take time etc.

Change-Id: Ie41715b2f4aa53191d20e5e7c3e9a521421248a3
(cherry picked from commit 472a589111)
This commit is contained in:
Emilien Macchi
2018-01-05 14:33:15 -08:00
parent 5004fa5c77
commit d671c697f2

View File

@@ -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