]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Add missing packages
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 18 Feb 2018 11:29:12 +0000 (12:29 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 18 Feb 2018 18:28:36 +0000 (19:28 +0100)
modules/role/manifests/cryptoportfolio.pp

index 16c2f960a47fabe31604842a65274b4f933b12c3..4643f9e03f2989e3f4a2cfba75659c8927d6a1ee 100644 (file)
@@ -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"])
 }