Commit 93dc2d74 authored by Rane Squires's avatar Rane Squires

Added command path

parent 767922ab
...@@ -7,5 +7,6 @@ ...@@ -7,5 +7,6 @@
class anaconda::update { class anaconda::update {
exec { 'updateconda': exec { 'updateconda':
command => 'conda update conda', command => 'conda update conda',
path => '/miniconda/bin',
} }
} }
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