Skip to content

Commit a27b780

Browse files
author
Kazys Gurskas
committed
fixed vagrantfile, ES
1 parent 3df9154 commit a27b780

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Vagrantfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2525
puppet.facter = { "ssh_username" => "vagrant", "vhost" => config.vm.hostname }
2626
puppet.options = ["--verbose", "--debug", "--parser future"]
2727
end
28-
29-
config.ssh.shell = "bash -l"
30-
config.ssh.keep_alive = true
31-
config.ssh.forward_agent = false
32-
config.ssh.forward_x11 = false
28+
3329
config.vagrant.host = :detect
3430
end

vagrant/manifests/default.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,8 @@
176176
#Elasticsearch
177177
class { 'elasticsearch':
178178
manage_repo => true,
179-
repo_version => '1.7',
179+
repo_version => '1.4',
180180
java_install => true,
181-
version => '1.7.1'
182181
}
183182

184183
elasticsearch::instance { 'ongr-01': }

0 commit comments

Comments
 (0)