0

According to this link Chef Solo error: Cookbook apt not found

it says, i have to add apt cookbook in runlist.

I downloaded the apt-cookbook but I don't know where the runlist is.

Help.

AceJordan
  • 221
  • 2
  • 3
  • 9

1 Answers1

0

Where are you configuring this setup? If you are doing it on AWS Opswork then in that respective layer setup you can mention the runlist under its Recipe section.

One thing to note is that the sequence in runlist also matter, you should have to specify 'apt::default' first then other recipe.

Sagar Ghuge
  • 231
  • 3
  • 9