Commit fc0e3dda authored by Rane Squires's avatar Rane Squires

Change url to retrieve conda to retrieve later version

parent e3238045
Pipeline #105 canceled with stages
......@@ -7,7 +7,7 @@
class anaconda::install {
exec { 'downloadconda':
creates => '/opt/miniconda.sh',
command => 'wget https://repo.continuum.io/miniconda/Miniconda3-3.7.0-Linux-x86_64.sh -O /opt/miniconda.sh',
command => 'wget https://repo.continuum.io/miniconda/Miniconda3-3.7.0-latest-x86_64.sh -O /opt/miniconda.sh',
path => ['/usr/bin'],
}
......
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