File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
25
25
puppet . facter = { "ssh_username" => "vagrant" , "vhost" => config . vm . hostname }
26
26
puppet . options = [ "--verbose" , "--debug" , "--parser future" ]
27
27
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
+
33
29
config . vagrant . host = :detect
34
30
end
Original file line number Diff line number Diff line change 176
176
# Elasticsearch
177
177
class { 'elasticsearch' :
178
178
manage_repo => true ,
179
- repo_version => ' 1.7 ' ,
179
+ repo_version => ' 1.4 ' ,
180
180
java_install => true ,
181
- version => ' 1.7.1'
182
181
}
183
182
184
183
elasticsearch::instance { 'ongr-01' : }
You can’t perform that action at this time.
0 commit comments