summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/smartos.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/smartos.rb')
-rw-r--r--lib/chef/provider/package/smartos.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/smartos.rb b/lib/chef/provider/package/smartos.rb
index 66d23554df..f18dc1e1e5 100644
--- a/lib/chef/provider/package/smartos.rb
+++ b/lib/chef/provider/package/smartos.rb
@@ -30,7 +30,7 @@ class Chef
attr_accessor :is_virtual_package
provides :package, platform: "smartos"
- provides :smartos_package, platform_family: "smartos"
+ provides :smartos_package
def load_current_resource
Chef::Log.debug("#{new_resource} loading current resource")