Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make db_sync dep optional
  • Loading branch information
Dan Bode committed Oct 13, 2012
1 parent 3844e32 commit 857c5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/generic_service.pp
Expand Up @@ -31,7 +31,7 @@
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
Expand Down

0 comments on commit 857c5cb

Please sign in to comment.