I am following chef tutorials to setup LAMP stack but when I do a kitchen converge I get
------Exception-------
Class: Kitchen::ActionFailed
Message: 1 actions failed.
Failed to complete #converge action: [Unable to satisfy the following
requirements:
httpd (~> 0.4)
required bylamp-0.1.0
Unable to find a solution for demands: lamp (0.1.0)] on default-ubuntu-1404
Please see .kitchen/logs/kitchen.log for more details
Also try runningkitchen diagnose --all
for configuration
I followed the tutorials as it is , the only difference is my berksfile has
source 'http://supermarket.chef.io'
instead of source 'https://supermarket.chef.io'
If I change http to https I get an ssl error.