[dev_setup][bugfix] Include attributes in acmdb

Otherwise attribute availability will depend on the run order of chef.

Change-Id: I8d195efdcaa18375027b60b5e9cce23a213f40fa
This commit is contained in:
Jesse Zhang 2012-04-18 14:37:21 -07:00
Родитель a08183b72e
Коммит 12398c84ee
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,5 @@
include_attribute "postgresql"
include_attribute "deployment"
default[:acmdb][:user] = "root"
default[:acmdb][:password] = "changeme"
default[:acmdb][:database] = "acm"