diff options
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/math.pp | 2 |
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, } |