Skip to content

Commit

Permalink
[FIX] Fix the naming of the "cloud-aws" recipe for 0.19
Browse files Browse the repository at this point in the history
(And include the plugin in run list for Vagrant)
  • Loading branch information
karmi committed Mar 9, 2012
1 parent 38d2007 commit 90ed2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Vagrant::Config.run do |config|
monit
elasticsearch
elasticsearch::proxy_nginx
elasticsearch::plugin_aws
elasticsearch::test |

chef.json = {
Expand Down
2 changes: 1 addition & 1 deletion recipes/plugin_aws.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
install_plugin "cloud-aws"
install_plugin "elasticsearch/elasticsearch-cloud-aws"

0 comments on commit 90ed2a1

Please sign in to comment.