We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git resume
1 parent 9df9020 commit 38fedbaCopy full SHA for 38fedba
Gemfile
@@ -256,6 +256,12 @@ group :web_socket, :manageiq_default do
256
gem "websocket-driver", "~>0.6.3", :require => false
257
end
258
259
+if ENV["APPLIANCE"]
260
+ group :appliance, :optional => true do
261
+ gem "manageiq-appliance_console", "~>6.0", :require => false
262
+ end
263
+end
264
+
265
### Start of gems excluded from the appliances.
266
# The gems listed below do not need to be packaged until we find it necessary or useful.
267
# Only add gems here that we do not need on an appliance.
0 commit comments