diff --git a/manifests/db/sync.pp b/manifests/db/sync.pp index 20f9521..5d83226 100644 --- a/manifests/db/sync.pp +++ b/manifests/db/sync.pp @@ -6,6 +6,8 @@ class zaqar::db::sync { path => '/usr/bin', user => 'zaqar', refreshonly => true, + try_sleep => 5, + tries => 10, subscribe => [Package['zaqar'], Zaqar_config['database/connection']], }