Commit 0e7d6b18 authored by Rane Squires's avatar Rane Squires

Add 'yes' and 'quiet' tags to command

parent d94f9b79
Pipeline #121 failed with stages
......@@ -6,7 +6,7 @@
# include anaconda::update
class anaconda::update {
exec { 'updateconda':
command => 'conda update conda',
command => 'conda update conda -yq',
path => ['/opt/anaconda/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