Added explicit create kafka topics

This commit is contained in:
Tim Kuhlman 2014-05-21 16:40:45 -06:00
parent 5d21342765
commit 8a6c7b7fc0
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
"recipe[mini-mon::mysql_schema]",
"recipe[zookeeper]",
"recipe[kafka]",
"recipe[kafka::create_topics]",
"recipe[mini-mon::postfix]",
"recipe[mon_notification]",
"recipe[vertica]",

View File

@ -19,6 +19,7 @@
"role[Basenode]",
"recipe[zookeeper]",
"recipe[kafka]",
"recipe[kafka::create_topics]",
"recipe[mini-mon::postfix]",
"recipe[mon_notification]"
],