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

Elijah Wright лет %!s(int64=10): %!d(string=назад)
Родитель
Сommit
c245c33a36
1 измененных файлов с 1 добавлено и 1 удалено
  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
 }