diff --git a/manifests/db/sync.pp b/manifests/db/sync.pp index 836a9f06..a37f746d 100644 --- a/manifests/db/sync.pp +++ b/manifests/db/sync.pp @@ -21,6 +21,8 @@ class cinder::db::sync( path => '/usr/bin', user => 'cinder', refreshonly => true, + try_sleep => 5, + tries => 10, logoutput => 'on_failure', subscribe => [ Anchor['cinder::install::end'],