Sha256: 4f42546b6643593140aaaa77020b3e4bc3e7549af2891dc12e25f19d9e789a85
Contents?: true
Size: 566 Bytes
Versions: 17
Compression:
Stored size: 566 Bytes
Contents
module CORL module Node class Local < Nucleon.plugin_class(:CORL, :node) #----------------------------------------------------------------------------- # Node plugin interface def normalize(reload) super myself.machine = create_machine(:machine, :physical, machine_config) end #----------------------------------------------------------------------------- # Checks def local? true end #----------------------------------------------------------------------------- # Property accessors / modifiers end end end
Version data entries
17 entries across 17 versions & 1 rubygems