Commit 8856df79 authored by Rane Squires's avatar Rane Squires

Added environment resource to fix conda update exception ($SHELL = /bin/bash)

parent 498ebec0
Pipeline #133 failed with stages
......@@ -5,8 +5,11 @@
# @example
# include anaconda::update
class anaconda::update {
exec { 'updateconda':
command => 'conda update conda -yq',
environment => ["SHELL=/bin/bash"],
path => ['/opt/anaconda/bin',],
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