Remove ruby and build-essential from the mysql server role.

This commit is contained in:
Dan Prince 2011-06-04 16:34:12 -04:00
parent 21350534ba
commit 3d22b0ef70
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ name "nova-mysql-server"
description "MySQL server for Nova"
run_list(
"recipe[build-essential]",
"recipe[ruby]",
"recipe[mysql::server]",
"recipe[nova::mysql]"
)