Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from mattheath/v0.90.2
Browse files Browse the repository at this point in the history
Bump elasticsearch to 0.90.2
  • Loading branch information
fromonesrc committed Aug 20, 2013
2 parents 06c7a89 + 652f9e4 commit 1ea1f78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions files/brews/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

class Elasticsearch < Formula
homepage 'http://www.elasticsearch.org'
url 'http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.2.tar.gz'
sha1 '9bedb3638e4fc5a53e264aab3c5ff1a345f22bab'
version '0.20.2-boxen1'
url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.2.tar.gz'
sha1 'b09f5c656912e5c08c9eefa7e95566f1ba7a1ea5'
version '0.90.2-boxen1'

def cluster_name
"elasticsearch_#{ENV['USER']}"
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

package { 'boxen/brews/elasticsearch':
ensure => '0.20.2-boxen1',
ensure => '0.90.2-boxen1',
notify => Service['dev.elasticsearch'],
require => Class['java'],
}
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/elasticsearch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
})

should contain_package('boxen/brews/elasticsearch').with({
:ensure => '0.20.2-boxen1',
:ensure => '0.90.2-boxen1',
:notify => 'Service[dev.elasticsearch]',
})

Expand Down

0 comments on commit 1ea1f78

Please sign in to comment.