You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Puppet with init.pp...
Notice: /Stage[main]/Elasticsearch/Package[elasticsearch]/ensure: created
Notice: /Stage[main]/Elasticsearch/File[/etc/yum.repos.d/elasticsearch.repo]/ensure: defined content as '{md5}da2fef5be7c8b7eef741e3a7652620ef'
Notice: /Stage[main]/Epel/Package[epel-release]/ensure: created
Error: Could not start Service[elasticsearch]: Execution of '/sbin/service elasticsearch start' returned 1:
Error: /Stage[main]/Elasticsearch/Service[elasticsearch]/ensure: change from stopped to running failed: Could not start Service[elasticsearch]: Execution of '/sbin/service elasticsearch start' returned 1:
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install java-1.7.0-openjdk-devel.x86_64' returned 1: Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
Error: /Stage[main]/Base/Package[java-1.7.0-openjdk-devel.x86_64]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install java-1.7.0-openjdk-devel.x86_64' returned 1: Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
Notice: /Stage[main]/Base/Service[iptables]/ensure: ensure changed 'running' to 'stopped'
@duffj are you sure your vagrant instance is also running centos-64-x64-vbox4210 as defined in Vagrantfile? Because I am running into a few more bugs than just this one I am suspecting your Vagrant VM might be using a more up to date CentOS version than this one. if it is, let me know and I will try the same vagrant file on a more up to date centos version
When I do
vagrant up
i get the following errorWould a mix of http://stackoverflow.com/a/27667111/3143538 and http://stackoverflow.com/a/10855977/3143538 work? I dont know - but still i tried to stich these solutions together - but they didnt worked either. Any clues on what am I doing wrong ?
The text was updated successfully, but these errors were encountered: