Closed dhananjay-gajakosh closed 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 ?
Try manually and see the issue with tree
Closing as no response
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 ?