I have the following in the cron.rb file.
cookbook 'cron', '~> 7.0.4', :supermarket
cron 'Check-In to Chef Manage' do
minute '*/2'
command 'chef-client'
end
I've verified that the recipe is on the node, via Chef Manage, and yet it doesn't run on the node.
I don't understand if anything else needs to be configured.