Sha256: 36d04f83e843a65c37fb3a4c33cd40e0278dfaa96c501109cae8b5b6514b4ec1

Contents?: true

Size: 384 Bytes

Versions: 13

Compression:

Stored size: 384 Bytes

Contents

module Actions
  module Katello
    module System
      class Destroy < Actions::EntryAction
        middleware.use ::Actions::Middleware::RemoteAction

        def plan(system, options = {})
          plan_action(Katello::Host::Destroy, system.foreman_host, options)
        end

        def humanized_name
          _("Destroy Content Host")
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katello-3.1.0.1 app/lib/actions/katello/system/destroy.rb
katello-3.1.0 app/lib/actions/katello/system/destroy.rb
katello-3.1.0.rc2.1 app/lib/actions/katello/system/destroy.rb
katello-3.0.2 app/lib/actions/katello/system/destroy.rb
katello-3.1.0.rc1 app/lib/actions/katello/system/destroy.rb
katello-3.0.1 app/lib/actions/katello/system/destroy.rb
katello-3.0.0 app/lib/actions/katello/system/destroy.rb
katello-3.0.0.rc7 app/lib/actions/katello/system/destroy.rb
katello-3.0.0.rc5 app/lib/actions/katello/system/destroy.rb
katello-3.0.0.rc4 app/lib/actions/katello/system/destroy.rb
katello-3.0.0.rc3 app/lib/actions/katello/system/destroy.rb
katello-3.0.0.rc2 app/lib/actions/katello/system/destroy.rb
katello-3.0.0.rc1 app/lib/actions/katello/system/destroy.rb