Skip to content

Commit

Permalink
Make glance::db::mysql dependent on mysql::server
Browse files Browse the repository at this point in the history
Adding a sep that was missing when the db is
split off onto its own mode.
  • Loading branch information
Dan Bode committed Oct 23, 2012
1 parent de815c9 commit ac625d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/db/mysql.pp
Expand Up @@ -12,6 +12,7 @@
$cluster_id = 'localzone'
) {

Class['mysql::server'] -> Class['glance::db::mysql']
Class['glance::db::mysql'] -> Exec<| title == 'glance-manage db_sync' |>
Database[$dbname] ~> Exec<| title == 'glance-manage db_sync' |>

Expand Down

0 comments on commit ac625d6

Please sign in to comment.