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

Elijah Wright 10 年之前
父节点
当前提交
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
 }