Commit d94f9b79 authored by Rane Squires's avatar Rane Squires

Change creates tag

parent 8a12dd29
Pipeline #119 canceled with stages
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# include anaconda::install # include anaconda::install
class anaconda::install { class anaconda::install {
exec { 'downloadconda': 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', command => 'wget https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh -O /opt/anaconda.sh',
path => ['/usr/bin'], 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