@@ -3,6 +3,7 @@ |
||
3 | 3 |
|
4 | 4 |
site 'http://community.opscode.com/api/v1' |
5 | 5 |
|
6 |
+cookbook 'ark' |
|
6 | 7 |
cookbook 'runit' |
7 | 8 |
cookbook 'git', :git => 'git://github.com/opscode-cookbooks/git.git' |
8 | 9 |
cookbook 'nginx', :git => 'git://github.com/opscode-cookbooks/nginx.git' |
@@ -24,7 +24,7 @@ |
||
24 | 24 |
"recipe[apt]", |
25 | 25 |
"recipe[mysql::server]", |
26 | 26 |
"recipe[mysql::client]", |
27 |
- "recipe[nodejs::install_from_binary]", |
|
27 |
+ "recipe[nodejs::nodejs_from_binary]", |
|
28 | 28 |
"recipe[huginn_development]" |
29 | 29 |
] |
30 | 30 |
} |
@@ -23,7 +23,7 @@ |
||
23 | 23 |
"recipe[git]", |
24 | 24 |
"recipe[apt]", |
25 | 25 |
"recipe[mysql::server]", |
26 |
- "recipe[nodejs::install_from_binary]", |
|
26 |
+ "recipe[nodejs::nodejs_from_binary]", |
|
27 | 27 |
"recipe[nginx]", |
28 | 28 |
"recipe[huginn_production]" |
29 | 29 |
] |