From bb92a7980fe402327bdfba7c15e852260b71506d Mon Sep 17 00:00:00 2001 From: Elijah Wright Date: Wed, 18 Mar 2015 11:47:31 -0500 Subject: [PATCH] Update role to change from nodejs::install_from_binary to the ::nodejs_from_binary found in the current cookbook. --- deployment/roles/huginn_production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/roles/huginn_production.json b/deployment/roles/huginn_production.json index 29719753..81ade074 100644 --- a/deployment/roles/huginn_production.json +++ b/deployment/roles/huginn_production.json @@ -23,7 +23,7 @@ "recipe[git]", "recipe[apt]", "recipe[mysql::server]", - "recipe[nodejs::install_from_binary]", + "recipe[nodejs::nodejs_from_binary]", "recipe[nginx]", "recipe[huginn_production]" ]