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 {
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