Commit 59a2082b authored by Rane Squires's avatar Rane Squires

Change path directory to entire usr directory

parent b5d01663
......@@ -8,6 +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',],
path => ['/usr',],
}
}
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