I am stuck trying to create my first lwrp
I have created a very basic resource + provider at:
resources/rack_site.rb
providers/rack_site.rb
I've been trying to test the 'rack_site' resource within a recipe of the same cookbook, but it fails with an error about resource not found. I tried moving both files into a cookbook which I added as dependency, but still fails.
What must be done to use a custom resource into a recipe?