Make db_sync dep optional

This commit is contained in:
Dan Bode 2012-10-12 20:47:15 -07:00
parent 3844e32cab
commit 857c5cb82b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ define nova::generic_service(
Exec['post-nova_config'] ~> Service<| title == $nova_title |>
# ensure that the service has only been started
# after the initial db sync
Exec['nova-db-sync'] ~> Service<| title == $nova_title |>
Exec<| title == 'nova-db-sync' |> ~> Service<| title == $nova_title |>
# I need to mark that ths package should be