diff --git a/manifests/db/sync.pp b/manifests/db/sync.pp index e64c065..45e8cdd 100644 --- a/manifests/db/sync.pp +++ b/manifests/db/sync.pp @@ -16,6 +16,8 @@ class mistral::db::sync { user => 'mistral', logoutput => on_failure, refreshonly => true, + try_sleep => 5, + tries => 10, } Exec['mistral-db-sync'] -> Exec['mistral-db-populate']