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
When we test it from another cookbook (test using chefspec):
================================================================================ Recipe Compile Error in /tmp/d20141006-20941-1gwi9sq/cookbooks/r_dbslave/recipes/default.rb ================================================================================ TypeError --------- class or module required Cookbook Trace: --------------- /tmp/d20141006-20941-1gwi9sq/cookbooks/r_dbslave/recipes/default.rb:157:in `block (2 levels) in from_file' /tmp/d20141006-20941-1gwi9sq/cookbooks/r_dbslave/recipes/default.rb:155:in `block in from_file' /tmp/d20141006-20941-1gwi9sq/cookbooks/r_dbslave/recipes/default.rb:154:in `each' /tmp/d20141006-20941-1gwi9sq/cookbooks/r_dbslave/recipes/default.rb:154:in `from_file' Relevant File Content: ---------------------- /tmp/d20141006-20941-1gwi9sq/cookbooks/r_dbslave/recipes/default.rb: 150: node['r_dbslave']['master']['galera_cluster_name'] 151: ) 152: 153: # Setup all values to have a working slave setup 154: galera_cluster_nodes.each do |node_master| 155: mariadb_replication node_master.name do 156: action [:add, :start] 157>> master_user 'user' 158: master_password 'password' 159: master_host node_master.ipaddress 160: master_use_gtid 'current_pos' 161: end 162: end 163: end 164: end 165:
The text was updated successfully, but these errors were encountered:
Fix compilation error for mariadb_replication provider (issue #18)
514cb6b
Merge pull request #19 from sinfomicien/fix-issue-mariadb-replication…
44dcbeb
…-compilation Fix compilation error for mariadb_replication provider (issue #18)
Ok, yes, it was just nil instead of NilClass. good correction.
Sorry, something went wrong.
Merge pull request sous-chefs#18 from gregf/master
4d1feef
Bump grafana to 1.7.0
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.
sinfomicien
No branches or pull requests
When we test it from another cookbook (test using chefspec):
The text was updated successfully, but these errors were encountered: