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

Elijah Wright преди 10 години
родител
ревизия
bb92a7980f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
            ]