Skip to content

Commit

Permalink
fixed typo for lwrp zkconfigsets
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Aug 11, 2014
1 parent c6f2d33 commit a07ccbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/zkconfigset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
attribute :group, :kind_of => String, :regex => /.*/, :default => node.solrcloud.group
attribute :solr_zkcli, :kind_of => String, :regex => /.*/, :default => node.solrcloud.zookeeper.solr_zkcli
attribute :zkcli, :kind_of => String, :regex => /.*/, :default => node.solrcloud.zookeeper.zkcli
attribute :zkhost, :kind_of => String, :regex => /.*/, :default => node.solrcloud.config.solrcloud.zk_host.first # Need only one node
attribute :zkhost, :kind_of => String, :regex => /.*/, :default => node.solrcloud.solr_config.solrcloud.zk_host.first # Need only one node
attribute :zkconfigsets_home, :kind_of => String, :regex => /.*/, :default => node.solrcloud.zkconfigsets_home
attribute :zkconfigsets_cookbook, :kind_of => String, :regex => /.*/, :default => node.solrcloud.zkconfigsets_cookbook

0 comments on commit a07ccbe

Please sign in to comment.