Skip to content

Instantly share code, notes, and snippets.

@jlsherrill
Created June 9, 2015 01:49
Show Gist options
  • Save jlsherrill/1e29c7748a6d0009c792 to your computer and use it in GitHub Desktop.
Save jlsherrill/1e29c7748a6d0009c792 to your computer and use it in GitHub Desktop.
debugging action not allowed for default capsule

In katello 2.0/Satellite 6.0:

foreman-rake console

 SmartProxy.all.map do |sp|
   { 
   :name => sp.name,
   :envs => sp.lifecycle_environments.pluck(:name),
   :features => sp.features.pluck(:name)
   }
 end


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment