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
Hi, I am trying to setup this cool tool with Apache+Passenger on CentOS 7.2. CentOS packages for rubygems-rack (required for passenger and mod_passenger) is version 1.6.4 and running a gem install of puppet-forge-server installs rack-1.5.5, so I end up with two rack gems, one by rpm and one by gem.
Hitting the website produces an application error:
Message from application: Unable to activate puppet-forge-server-1.9.0, because rack-1.6.4 conflicts with rack (=1.5.5) (Gem::LoadError)
Is there a way I can get around this with out having direct Internet connectivity from the server that I'm configuring to be a puppet-forge? This is all on an isolated lab network, though I can copy files to a usb hard drive and move it from an Internet connected system to this isolated system, I just can't connect the isolated systems to the Internet.
The text was updated successfully, but these errors were encountered:
Sorry for the delay. You could try to bundle install the server manually updating version pin.
On the other hand it's a good excuse to do some version bumps for me. I'll see what I can do.
Hi, I am trying to setup this cool tool with Apache+Passenger on CentOS 7.2. CentOS packages for rubygems-rack (required for passenger and mod_passenger) is version 1.6.4 and running a gem install of puppet-forge-server installs rack-1.5.5, so I end up with two rack gems, one by rpm and one by gem.
Hitting the website produces an application error:
Message from application: Unable to activate puppet-forge-server-1.9.0, because rack-1.6.4 conflicts with rack (=1.5.5) (Gem::LoadError)
Is there a way I can get around this with out having direct Internet connectivity from the server that I'm configuring to be a puppet-forge? This is all on an isolated lab network, though I can copy files to a usb hard drive and move it from an Internet connected system to this isolated system, I just can't connect the isolated systems to the Internet.
The text was updated successfully, but these errors were encountered: