Commit a7f083e1 authored by Rane Squires's avatar Rane Squires

Change path from miniconda to anaconda

parent be950808
Pipeline #115 canceled with stages
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
class anaconda::update { class anaconda::update {
exec { 'updateconda': exec { 'updateconda':
command => 'conda update conda', command => 'conda update conda',
path => ['/opt/miniconda/bin',], path => ['/opt/anaconda/bin',],
schedule => 'daily', schedule => 'daily',
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment