Sha256: b453d4d66b81a55cc78159f5858753ace5f34cbcadb1216f51a7bc2fbc06e7f2

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

module MCollective
  module Data
    class Collective_data < Base
      query do |collective|
        result[:member] = Config.instance.collectives.include?(collective)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
choria-mcorpc-support-2.23.3 lib/mcollective/data/collective_data.rb
choria-mcorpc-support-2.23.2 lib/mcollective/data/collective_data.rb
choria-mcorpc-support-2.23.1 lib/mcollective/data/collective_data.rb
choria-mcorpc-support-2.23.0 lib/mcollective/data/collective_data.rb
choria-mcorpc-support-2.23.0.pre lib/mcollective/data/collective_data.rb