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

Elijah Wright лет %!s(int64=9): %!d(string=назад)
Родитель
Сommit
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
            ]