Commit 46637f43 authored by Rane Squires's avatar Rane Squires

Add schedule to update exec

parent 0157abf8
Pipeline #88 failed with stages
......@@ -6,7 +6,8 @@
# include anaconda::update
class anaconda::update {
exec { 'updateconda':
command => 'conda update conda',
path => ['/opt/miniconda/bin',],
command => 'conda update conda',
path => ['/opt/miniconda/bin',],
schedule => 'daily',
}
}
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