lib/rubix/models/template.rb in rubix-0.0.2 vs lib/rubix/models/template.rb in rubix-0.0.3
- old
+ new
@@ -37,13 +37,9 @@
:host_ids => template['hosts'].map { |host_info| host_info['hostid'].to_i },
:host_group_ids => template['groups'].map { |group| group['groupid'].to_i }
})
end
- def log_name
- "TEMPLATE #{name || id}"
- end
-
def self.id_field
'templateid'
end
#