Commit c6c784d3 authored by Rane Squires's avatar Rane Squires

Adds update functionality

parent aa9ddd65
Pipeline #11 canceled with stages
# @summary A short summary of the purpose of this class
# @summary Updates Conda
#
# A description of what this class does
# Has conda update itself using the idempotant update command
#
# @example
# include anaconda::update
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