Commit e9bc0c6a authored by Rane Squires's avatar Rane Squires

Add usr/bin to command path of second resource

parent fe176204
...@@ -14,7 +14,7 @@ class anaconda::install { ...@@ -14,7 +14,7 @@ class anaconda::install {
exec { 'initalinstallconda': exec { 'initalinstallconda':
creates => '/miniconda/bin/activate', creates => '/miniconda/bin/activate',
command => 'bash /miniconda.sh -b -p /miniconda', command => 'bash /miniconda.sh -b -p /miniconda',
path => ['/bin'], path => ['/bin' , '/usr/bin'],
require => Exec['downloadconda'], require => Exec['downloadconda'],
} }
} }
\ 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