Sha256: f8722806314f94460dac001a0be9d5ed336ef035ad38fc6cb58efa56144f93a9
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 Bytes
Contents
module CORL module Node class Raspberrypi < Nucleon.plugin_class(:CORL, :node) #----------------------------------------------------------------------------- # Node plugin interface def normalize(reload) super myself.machine = create_machine(:machine, :raspberrypi, machine_config) end #----------------------------------------------------------------------------- # Checks #----------------------------------------------------------------------------- # Property accessors / modifiers #----------------------------------------------------------------------------- # Utilities end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
corl-0.5.18 | lib/CORL/node/raspberrypi.rb |