Update role to change from nodejs::install_from_binary to the ::nodejs_from_binary found in the current cookbook.

Elijah Wright 9 years ago
parent
commit
bb92a7980f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/roles/huginn_production.json

+ 1 - 1
deployment/roles/huginn_production.json

@@ -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
            ]