I have a recipe that has the following code that is failing a lint test:
service 'apache' do
supports :status => true, :restart => true, :reload => true
end
It fails with the error:
Use the new Ruby 1.9 hash syntax.
supports :status => true, :restart => true, :reload => true
Not sure what the new syntax looks like... can anyone please assist?