Skip to content

Commit

Permalink
added '-y' to 'yum update'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray committed Apr 20, 2011
1 parent d30f89b commit 99342ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yum/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer_email "[email protected]"
license "Apache 2.0"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1"
version "0.1.1"
recipe "yum", "Runs 'yum update' during compile phase"
recipe "yum::yum", "manages yum configuration"

Expand Down
2 changes: 1 addition & 1 deletion yum/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# limitations under the License.
#

execute "yum update"
execute "yum update -y"

0 comments on commit 99342ae

Please sign in to comment.