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
...@@ -9,8 +9,9 @@ class anaconda::update { ...@@ -9,8 +9,9 @@ class anaconda::update {
exec { 'updateconda': exec { 'updateconda':
command => 'conda update conda -yq', command => 'conda update conda -yq',
environment => ["SHELL=/bin/bash"], environment => ['SHELL=/bin/bash'],
path => ['/opt/anaconda/bin',], path => ['/opt/anaconda/bin',],
provider => shell,
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