QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 131 forks source link

Kitchen Converge Issue #945

Closed dhananjay-gajakosh closed 4 years ago

dhananjay-gajakosh commented 4 years ago

I did Kitchen converge but it giving error to me "No package is available for tree "

if platform?('ubuntu') apt_update 'update packages' do ignore_failure true action :update end end

utilities = %w(git tree nano) package utilities do action :install end

When I removed tree from utilities then Test Kitchen is finished.

But When you try this in class on 1st september tree package is install successfully but when I tried for ubuntu it not works for me why ?

shaikkhajaibrahim commented 4 years ago

Try manually and see the issue with tree

shaikkhajaibrahim commented 4 years ago

Closing as no response