aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 09:03:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 09:03:00 -0300
commitc4aa80a8be76e08f510f6fad6395a6af2ee80cf2 (patch)
treee25034db7f71726adcebb31c9925bb9dc13a0ef4
parent7123c0ad4a648c4cde242a8cbce4d78885ca71b8 (diff)
downloadpuppet-nodo-c4aa80a8be76e08f510f6fad6395a6af2ee80cf2.tar.gz
puppet-nodo-c4aa80a8be76e08f510f6fad6395a6af2ee80cf2.tar.bz2
Do not use sagemath right now
-rw-r--r--manifests/utils/math.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/math.pp b/manifests/utils/math.pp
index a380660..782bac7 100644
--- a/manifests/utils/math.pp
+++ b/manifests/utils/math.pp
@@ -6,7 +6,7 @@ class nodo::utils::math (
'r-base',
'r-mathlib',
'gnuplot',
- 'sagemath',
+ #'sagemath',
]:
ensure => $ensure,
}