Commit a718e997 authored by Joe Hause's avatar Joe Hause

Merge branch 'development' into 'master'

Development

See merge request !14
parents 9267b834 01af646d
Pipeline #146 failed with stages
......@@ -56,11 +56,11 @@ class anaconda::environments {
}
#exec { 'setupbioinformatics':
# unless => "conda env list | grep -q '/opt/anaconda/envs/bioinformatics'",
# command => 'conda env create -f /opt/envs/bioinformatics.yml',
# unless => "conda env list | grep -q '/opt/anaconda/envs/bioinformatics'",
# command => 'conda env create -f /opt/envs/bioinformatics.yml',
# environment => ["SHELL=/bin/bash"],
# require => File['/opt/envs/bioinformatics.yml'],
# path => ['/bin','/opt/anaconda/bin']
# require => File['/opt/envs/bioinformatics.yml'],
# path => ['/bin','/opt/anaconda/bin']
#}
}
......@@ -9,8 +9,9 @@ class anaconda::update {
exec { 'updateconda':
command => 'conda update conda -yq',
environment => ["SHELL=/bin/bash"],
environment => ['SHELL=/bin/bash'],
path => ['/opt/anaconda/bin',],
provider => shell,
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