Merge "Add the setting log level"

This commit is contained in:
Jenkins 2017-04-19 10:04:53 +00:00 committed by Gerrit Code Review
commit 404f469173
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class zaqar::db::sync {
refreshonly => true,
try_sleep => 5,
tries => 10,
logoutput => on_failure,
subscribe => [
Anchor['zaqar::install::end'],
Anchor['zaqar::config::end'],

View File

@ -14,6 +14,7 @@ describe 'zaqar::db::sync' do
:user => 'zaqar',
:try_sleep => 5,
:tries => 10,
:logoutput => 'on_failure',
:subscribe => ['Anchor[zaqar::install::end]',
'Anchor[zaqar::config::end]',
'Anchor[zaqar::dbsync::begin]'],