Commit e747948e authored by Rane Squires's avatar Rane Squires

Merge branch 'development' into 'master'

Change creates tag

See merge request !2
parents b4d163cf d94f9b79
Pipeline #120 canceled with stages
......@@ -6,7 +6,7 @@
# include anaconda::install
class anaconda::install {
exec { 'downloadconda':
creates => '/opt/miniconda.sh',
creates => '/opt/anaconda.sh',
command => 'wget https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh -O /opt/anaconda.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