Sha256: bffae9b05bb35b3f2e3eae889d83ad20a5fa0d73b44932f2b46f31cbb1766e2e
Contents?: true
Size: 179 Bytes
Versions: 18
Compression:
Stored size: 179 Bytes
Contents
module ForemanSalt class HostSaltModule < ApplicationRecord belongs_to :host, :class_name => 'Host::Managed', :foreign_key => :host_id belongs_to :salt_module end end
Version data entries
18 entries across 18 versions & 1 rubygems