Commit 88b083ca authored by Rane Squires's avatar Rane Squires

Remove unnecessary 'require'

parent b4925aa4
Pipeline #14 canceled with stages
......@@ -7,6 +7,5 @@
class anaconda::update {
exec { 'updateconda':
command => 'conda update conda',
require => Exec['initialinstallconda'],
}
}
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