Commit b5d01663 authored by Rane Squires's avatar Rane Squires

Adds search path for commands

parent abb593c5
......@@ -8,5 +8,6 @@ class anaconda::install {
exec { 'initalinstallconda':
unless => 'hash conda',
command => 'wget https://repo.continuum.io/miniconda/Miniconda3-3.7.0-Linux-x86_64.sh -O ~/miniconda.sh && bash ~/miniconda.sh -b -p $HOME/miniconda',
path => ['/usr/bin', '/usr/sbin',],
}
}
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