Commit 44752dc0 authored by Rane Squires's avatar Rane Squires

Make search path more specific to hopefully find wget

parent 4928b822
......@@ -8,6 +8,6 @@ class anaconda::install {
exec { 'initalinstallconda':
creates => '/miniconda/bin/activate',
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 => ['/bin','/usr'],
path => ['/bin','/usr/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