Method: Controlplane#apply_hash

Defined in:
lib/core/controlplane.rb

#apply_hash(data) ⇒ Object



432
433
434
# File 'lib/core/controlplane.rb', line 432

def apply_hash(data)
  apply_template(data.to_yaml)
end