From: Ismaƫl Bouya Date: Sun, 18 Feb 2018 11:29:12 +0000 (+0100) Subject: Add missing packages X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f67c5285ae3847366129228576a1b41aad7cf05d;hp=0a4ec3790f89873bf37a1362a6f7e70b103e9bc2;p=perso%2FImmae%2FProjets%2FPuppet.git Add missing packages --- 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"]) }