# File lib/fog/ovirt/models/compute/template.rb, line 40 def save raise Fog::Errors::Error.new('Resaving an existing object may create a duplicate') if identity connection.client.create_template(attributes) end