~charmers/charms/precise/elasticsearch/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Luis Arias
  • Date: 2012-05-03 13:29:22 UTC
  • Revision ID: luis@balsamiq.com-20120503132922-w1it6n26tpyof73j
Added back cluster peer relation because I need at a minimum to open and close the elasticsearch transport port 9300.  Added another -q to a wget I missed in the install script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  rm elasticsearch-$VERSION.tar.gz
22
22
 
23
23
        juju-log "Installing service wrapper"
24
 
  wget http://github.com/elasticsearch/elasticsearch-servicewrapper/tarball/master -O- | tar -xz
 
24
  wget -q http://github.com/elasticsearch/elasticsearch-servicewrapper/tarball/master -O- | tar -xz
25
25
  mv *servicewrapper*/service elasticsearch/bin/
26
26
  rm -Rf *servicewrapper*
27
27