Commit edc1d7d2 authored by Joe Hause's avatar Joe Hause

Added provider shell

parent e332ec85
Pipeline #144 canceled 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