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