minor style refactor
move reps to top of manifest
This commit is contained in:
parent
510d9e5d14
commit
ff01a5c4b2
@ -42,6 +42,7 @@ class keystone::db::mysql(
|
||||
Class['mysql::server'] -> Class['keystone::db::mysql']
|
||||
Class['keystone::db::mysql'] -> Exec<| title == 'keystone-manage db_sync' |>
|
||||
Class['keystone::db::mysql'] -> Service<| title == 'keystone' |>
|
||||
Mysql::Db[$dbname] ~> Exec<| title == 'keystone-manage db_sync' |>
|
||||
|
||||
require 'mysql::python'
|
||||
|
||||
@ -62,7 +63,4 @@ class keystone::db::mysql(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Mysql::Db[$dbname] ~> Exec<| title == 'keystone-manage db_sync' |>
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user