diff --git a/lib/vsphere_helper.rb b/lib/vsphere_helper.rb index bdaeac5..1edb69f 100755 --- a/lib/vsphere_helper.rb +++ b/lib/vsphere_helper.rb @@ -20,18 +20,6 @@ class VsphereHelper :insecure => true end - def find_customization name - csm = @connection.serviceContent.customizationSpecManager - - begin - customizationSpec = csm.GetCustomizationSpec({:name => name}).spec - rescue - customizationSpec = nil - end - - return customizationSpec - end - # an easier wrapper around the horrid PropertyCollector interface, # necessary for searching VMs in all Datacenters that may be nested # within folders of arbitrary depth