lib/chef/provisioning/load_balancer_spec.rb in chef-provisioning-2.0.1 vs lib/chef/provisioning/load_balancer_spec.rb in chef-provisioning-2.0.2

- old
+ new

@@ -1,14 +1,14 @@ -require 'chef/provisioning/managed_entry' - -class Chef -module Provisioning - # - # Specification for a image. Sufficient information to find and contact it - # after it has been set up. - # - class LoadBalancerSpec < ManagedEntry - alias :location :reference - alias :location= :reference= - end -end -end +require 'chef/provisioning/managed_entry' + +class Chef +module Provisioning + # + # Specification for a image. Sufficient information to find and contact it + # after it has been set up. + # + class LoadBalancerSpec < ManagedEntry + alias :location :reference + alias :location= :reference= + end +end +end