Skip to content

Commit

Permalink
[#23] Added simplified configuration without Nginx
Browse files Browse the repository at this point in the history
This is a simple test for karmi/cookbook-elasticsearch#23, which demonstrates it's possible
to install just elasticsearch with the cookbook, skipping the nginx part.

To test, run:

    vagrant up lucid64
    vagrant ssh lucid64 -c 'curl localhost:9200'
  • Loading branch information
karmi committed Aug 1, 2012
1 parent fc5a9d3 commit 604c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ distributions = {

:lucid64 => {
:url => 'http://files.vagrantup.com/lucid64.box',
:run_list => %w| minitest-handler apt java vim nginx monit elasticsearch elasticsearch::proxy_nginx elasticsearch::plugin_aws |,
:run_list => %w| apt java vim monit elasticsearch |,
:ip => '33.33.33.10',
:primary => false,
:node => {}
Expand Down

0 comments on commit 604c7f8

Please sign in to comment.