Sha256: badc0c477f91c4fbe7d45b94be05c37cd3d5f2195f15e2e8deb2f5a0b6a5e2fd

Contents?: true

Size: 322 Bytes

Versions: 77

Compression:

Stored size: 322 Bytes

Contents

module Actions
  module Pulp
    module Repository
      class CopyPuppetModule < Pulp::Repository::AbstractCopyContent
        def content_extension
          pulp_extensions.puppet_module
        end

        def criteria
          { filters: {:association => input[:clauses] } }
        end
      end
    end
  end
end

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
katello-3.10.2 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.10.1.1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.10.1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.10.0 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.10.0.rc1.1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.9.1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.10.0.rc1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.9.0 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.8.1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.9.0.rc2 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.9.0.rc1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.7.1.1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.7.1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.8.0 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.8.0.rc3 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.8.0.rc2 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.7.0 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.8.0.rc1 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.7.0.rc2 app/lib/actions/pulp/repository/copy_puppet_module.rb
katello-3.7.0.rc1 app/lib/actions/pulp/repository/copy_puppet_module.rb