Commit fef79608 authored by Rane Squires's avatar Rane Squires

Merge branch 'development' into 'master'

Add 'yes' and 'quiet' tags to command

See merge request !3
parents e747948e 0e7d6b18
Pipeline #122 failed with stages
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# include anaconda::update # include anaconda::update
class anaconda::update { class anaconda::update {
exec { 'updateconda': exec { 'updateconda':
command => 'conda update conda', command => 'conda update conda -yq',
path => ['/opt/anaconda/bin',], path => ['/opt/anaconda/bin',],
schedule => 'daily', 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