Sha256: 5c7b101f931654a2cf559ca11167be2b1e7861ea39a57f43d09a4ff676584cbd
Contents?: true
Size: 248 Bytes
Versions: 45
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module ForemanPuppet module Types module HostgroupExtensions extend ActiveSupport::Concern included do belongs_to :environment, ForemanPuppet::Types::Environment end end end end
Version data entries
45 entries across 45 versions & 1 rubygems