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

This commit is contained in:
Elijah Wright 2015-03-18 11:47:31 -05:00
parent c245c33a36
commit bb92a7980f

View file

@ -23,7 +23,7 @@
"recipe[git]",
"recipe[apt]",
"recipe[mysql::server]",
"recipe[nodejs::install_from_binary]",
"recipe[nodejs::nodejs_from_binary]",
"recipe[nginx]",
"recipe[huginn_production]"
]