From 7123c0ad4a648c4cde242a8cbce4d78885ca71b8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 17 Aug 2017 20:03:13 -0300 Subject: Adds nodo::utils::math --- manifests/utils/math.pp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/utils/math.pp diff --git a/manifests/utils/math.pp b/manifests/utils/math.pp new file mode 100644 index 0000000..a380660 --- /dev/null +++ b/manifests/utils/math.pp @@ -0,0 +1,13 @@ +class nodo::utils::math ( + $ensure = 'installed', +) { + package { [ + 'octave', + 'r-base', + 'r-mathlib', + 'gnuplot', + 'sagemath', + ]: + ensure => $ensure, + } +} -- cgit v1.2.3