Add --summarize when running puppet apply

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

Change-Id: Ie41715b2f4aa53191d20e5e7c3e9a521421248a3
This commit is contained in:
Emilien Macchi 2018-01-05 14:33:15 -08:00
parent e95b5d6434
commit 472a589111
1 changed files with 1 additions and 1 deletions

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