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

Elijah Wright 9 ans auparavant
Parent
Commettre
bb92a7980f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
            ]