Change name of the nodejs::install_from_binary recipe to the ::nodejs_from_binary found in the current nodejs cookbook.

Elijah Wright vor 10 Jahren
Ursprung
Commit
c245c33a36
1 geänderte Dateien mit 1 neuen Zeilen und 1 gelöschten Zeilen
  1. 1 1
      deployment/roles/huginn_development.json

+ 1 - 1
deployment/roles/huginn_development.json

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