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 8e4368f7c1..c23f08b618 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, os: "solaris2", platform_family: "smartos"
+ provides :smartos_package, platform_family: "smartos"
def load_current_resource
Chef::Log.debug("#{new_resource} loading current resource")