Sha256: 21ecbcb3b48610fef01b19936b93b21586bb202e04f80e1ddbbbee3795a6ae0f

Contents?: true

Size: 357 Bytes

Versions: 28

Compression:

Stored size: 357 Bytes

Contents

module Runcible
  module Models
    class PuppetImporter < Importer
      ID = 'puppet_importer'.freeze
      REPO_TYPE = 'puppet-repo'.freeze

      attr_accessor 'queries'

      def id
        PuppetImporter::ID
      end

      def repo_type
        PuppetImporter::REPO_TYPE
      end

      def config
        self.as_json
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
runcible-2.13.1 lib/runcible/models/puppet_importer.rb
runcible-2.13.0 lib/runcible/models/puppet_importer.rb
runcible-2.12.1 lib/runcible/models/puppet_importer.rb
runcible-2.12.0 lib/runcible/models/puppet_importer.rb
runcible-2.11.1 lib/runcible/models/puppet_importer.rb
runcible-2.11.0 lib/runcible/models/puppet_importer.rb
runcible-2.10.1 lib/runcible/models/puppet_importer.rb
runcible-2.10.0 lib/runcible/models/puppet_importer.rb
runcible-2.9.0 lib/runcible/models/puppet_importer.rb
runcible-2.8.1 lib/runcible/models/puppet_importer.rb
runcible-2.8.0 lib/runcible/models/puppet_importer.rb
runcible-2.7.0 lib/runcible/models/puppet_importer.rb
runcible-2.6.0 lib/runcible/models/puppet_importer.rb
runcible-2.5.0 lib/runcible/models/puppet_importer.rb
runcible-2.4.0 lib/runcible/models/puppet_importer.rb
runcible-2.3.0 lib/runcible/models/puppet_importer.rb
runcible-2.2.0 lib/runcible/models/puppet_importer.rb
runcible-1.12.0 lib/runcible/models/puppet_importer.rb
runcible-2.1.0 lib/runcible/models/puppet_importer.rb
runcible-2.0.1 lib/runcible/models/puppet_importer.rb