Nodejs-legacy ubuntu package removed.
authorLuke Hoersten <luke@hoersten.org>
Mon, 30 Jul 2018 21:19:20 -0500
changeset 21 6ad3cf1d57c3
parent 20 49b20c7a10e8
child 22 00185499ed12
Nodejs-legacy ubuntu package removed.
roles/hap-nodejs/defaults/main.yaml
--- a/roles/hap-nodejs/defaults/main.yaml	Thu Mar 01 17:52:55 2018 -0600
+++ b/roles/hap-nodejs/defaults/main.yaml	Mon Jul 30 21:19:20 2018 -0500
@@ -2,7 +2,7 @@
 
 hap_apt_packages:
     - "libavahi-compat-libdnssd-dev"
-    - "nodejs-legacy"
+    - "nodejs"
     - "npm"
 
 hap_user: "hap-nodejs"