We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this while trying to converge on 1.0.0:
================================================================================ Recipe Compile Error in /var/chef/cache/cookbooks/aio-elasticsearch/recipes/logs.rb ================================================================================ Chef::Exceptions::ValidationFailed ---------------------------------- Option check's value {:interval=>"10s", :http=>"http://localhost:9200", :timeout=>"2s"} Checks must be a hash containing either a `:ttl` key/value or a `:script` and `:interval` key/value! Cookbook Trace: --------------- /var/chef/cache/cookbooks/aio-elasticsearch/recipes/logs.rb:9:in `block in from_file' /var/chef/cache/cookbooks/aio-elasticsearch/recipes/logs.rb:3:in `from_file' Relevant File Content: ---------------------- /var/chef/cache/cookbooks/aio-elasticsearch/recipes/logs.rb: 2: 3: consul_service_def 'elasticsearch-logs' do 4: port 9200 5: # tags ['sometag'] 6: check( 7: interval: '10s', 8: http: 'http://localhost:9200', 9>> timeout: '2s' 10: 11: # script: 'echo ok' 12: ) 13: notifies :reload, 'service[consul]' 14: end 15:
The functionality was added here: #143
The text was updated successfully, but these errors were encountered:
Working as of 0.11.1
Sorry, something went wrong.
The HWRP has changed.
Please take a look at the README to understand what has changed.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
I am getting this while trying to converge on 1.0.0:
The functionality was added here: #143
The text was updated successfully, but these errors were encountered: