Commit 11bd5a90 authored by Rane Squires's avatar Rane Squires

Add search path to third resource

parent bc018dcc
......@@ -21,6 +21,7 @@ class anaconda::install {
exec { 'ensurecondainpath':
unless => 'echo $PATH | grep /miniconda/bin',
command => 'export PATH="/miniconda/bin:$PATH"',
path => ['/bin'],
require => Exec['initialinstallconda'],
}
}
\ No newline at end of file
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