diff options
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r-- | lib/chef/resource.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb index 90453bd00e..fe2fcc6d9b 100644 --- a/lib/chef/resource.rb +++ b/lib/chef/resource.rb @@ -36,6 +36,7 @@ require 'chef/platform' require 'chef/resource/resource_notification' require 'chef/provider_resolver' require 'chef/resource_resolver' +require 'chef/property/standard_types' require 'set' require 'chef/mixin/deprecation' @@ -64,6 +65,9 @@ class Chef # Bring in `property` and `property_type` include Chef::Mixin::Properties + # Bring in standard types like Boolean and ProcProperty + include Chef::Property::StandardTypes + # # The name of this particular resource. # |