|
{
"name" : "huginn_development",
"chef_type" : "role",
"json_class" : "Chef::Role",
"description" : "Huginn Development Environment",
"default_attributes" : {
"mysql" : {
"server_root_password" : "",
"server_repl_password" : "",
"server_debian_password" : ""
},
"nginx" : {
"init_style" : "upstart"
}
},
"run_list":[
"recipe[git]",
"recipe[apt]",
"recipe[mysql::server]",
"recipe[mysql::client]",
"recipe[nodejs::nodejs_from_binary]",
"recipe[huginn_development]"
]
}
|