diff options
-rw-r--r-- | lib/chef/mixin/properties.rb | 2 | ||||
-rw-r--r-- | lib/chef/resource/lwrp_base.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/mixin/properties.rb b/lib/chef/mixin/properties.rb index eca0787dc4..c42e3889b0 100644 --- a/lib/chef/mixin/properties.rb +++ b/lib/chef/mixin/properties.rb @@ -135,6 +135,8 @@ class Chef property.emit_dsl end + alias :attribute :property + # # Create a reusable property type that can be used in multiple properties # in different resources. diff --git a/lib/chef/resource/lwrp_base.rb b/lib/chef/resource/lwrp_base.rb index 85d0b1df35..cf883d1ee5 100644 --- a/lib/chef/resource/lwrp_base.rb +++ b/lib/chef/resource/lwrp_base.rb @@ -72,8 +72,6 @@ class Chef resource_class end - alias :attribute :property - # Adds +action_names+ to the list of valid actions for this resource. # Does not include superclass's action list when appending. def actions(*action_names) |