Sha256: a0c4694b48b96e05aa4eef9f41add0108324d71fa2b0a756028ffb442ed5f838
Contents?: true
Size: 274 Bytes
Versions: 17
Compression:
Stored size: 274 Bytes
Contents
class RegenerateRedHatKexec < ActiveRecord::Migration def up t = ProvisioningTemplate.find_by_name("Discovery Red Hat kexec") t.update_attributes(:template => t.template.sub(/rescue ''$/, 'if mac')) if t end def down # rollback is not supported end end
Version data entries
17 entries across 17 versions & 1 rubygems