Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on CentOS 32-bit BaseBox #5

Closed
tknerr opened this issue Jul 25, 2014 · 2 comments
Closed

Does not work on CentOS 32-bit BaseBox #5

tknerr opened this issue Jul 25, 2014 · 2 comments

Comments

@tknerr
Copy link

tknerr commented Jul 25, 2014

Does not work using the chef/centos-5.10-i386 vagrantcloud basebox. It works with the 64-bit basebox (chef/centos-5.10) though.

Using vagrant-puppet-install version 2.3.0

Vagrantfile:

Vagrant.configure("2") do |config|
  config.vm.box = "chef/centos-5.10-i386"
  config.puppet_install.puppet_version = "2.7.23"
end

Error on vagrant up:

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

bash install.sh -v 2.7.23 2>&1

Stdout from the command:

08:42:22 +0000 INFO: Downloading Puppet 2.7.23 for el...
08:42:22 +0000 INFO: Red hat like platform! Lets get you an RPM...
08:42:22 +0000 INFO: Downloading http://yum.puppetlabs.com/el/5/products/i686/puppetlabs-release-5-7.noarch.rpm
08:42:22 +0000 INFO:   to file /tmp/install.sh.6165.54476/puppetlabs-release-5-7.noarch.rpm
08:42:22 +0000 INFO: Trying wget...
08:42:23 +0000 CRIT: ERROR 404
08:42:23 +0000 CRIT: Unable to retrieve a valid package!
08:42:23 +0000 CRIT: Please file a bug report at https://github.com/petems/puppet-install-shell/
08:42:23 +0000 CRIT:
08:42:23 +0000 CRIT: Version: 2.7.23
08:42:23 +0000 CRIT: Platform: el
08:42:23 +0000 CRIT: Platform Version: 5
08:42:23 +0000 CRIT: Machine: i686
08:42:23 +0000 CRIT: OS: Linux
08:42:23 +0000 CRIT:
08:42:23 +0000 CRIT: Please detail your operating system type, version and any other relevant details


Stderr from the command:
@tknerr
Copy link
Author

tknerr commented Jul 25, 2014

In fact the URL is wrong and should contain "i386" rather than "i686":

@petems
Copy link
Owner

petems commented Aug 3, 2014

@tknerr Cool, this is actually an issue with the shell script used to install it, which is at https://github.com/petems/puppet-install-shell/blob/master/install_puppet.sh

I've opened it up as a separate issue: petems/puppet-install-shell#24

@petems petems closed this as completed Aug 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants