From f67c5285ae3847366129228576a1b41aad7cf05d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 18 Feb 2018 12:29:12 +0100 Subject: [PATCH] Add missing packages --- modules/role/manifests/cryptoportfolio.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/role/manifests/cryptoportfolio.pp b/modules/role/manifests/cryptoportfolio.pp index 16c2f96..4643f9e 100644 --- a/modules/role/manifests/cryptoportfolio.pp +++ b/modules/role/manifests/cryptoportfolio.pp @@ -27,12 +27,12 @@ class role::cryptoportfolio { order => "b0", } - ensure_packages("go") - class { 'nginx': } nginx::resource::server { 'cryptoportfolio.immae.eu': listen_port => 80, proxy => 'http://localhost:8000', } + + ensure_packages(["go", "npm", "nodejs", "yarn"]) } -- 2.41.0