Commit 46de732b authored by Rane Squires's avatar Rane Squires

Add 'provider' element to third resource

parent 11bd5a90
......@@ -22,6 +22,7 @@ class anaconda::install {
unless => 'echo $PATH | grep /miniconda/bin',
command => 'export PATH="/miniconda/bin:$PATH"',
path => ['/bin'],
provider=> 'shell',
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