Sha256: 2ae62e17402ab5e38d931a3de64ae955b41c474a89d6a3386db07dce03760bf9
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-provisioning-2.0.1 | lib/chef/provisioning/load_balancer_spec.rb |