Merge "Added retries for db_sync"

This commit is contained in:
Jenkins 2016-09-29 15:14:43 +00:00 committed by Gerrit Code Review
commit d7f159671b
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ class glare::db::sync(
user => 'glare',
path => [ '/bin/', '/usr/bin/' , '/usr/local/bin' ],
refreshonly => true,
try_sleep => 5,
tries => 10,
subscribe => [Package['glare'], Glare_config['database/connection']],
}
Exec['glare-db-sync'] ~> Service<| title == 'glare' |>