summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-22 10:03:56 -0800
committerTim Smith <tsmith@chef.io>2017-12-22 10:03:56 -0800
commit1473703b3490091052f1f9d76c1e564a1d055d03 (patch)
tree3eaff5fe55a18f8f94b7e32e04a382b69ee152b0
parentb07bb9003130d5d920ebb00f22bd3d5036976c9d (diff)
downloadchef-1473703b3490091052f1f9d76c1e564a1d055d03.tar.gz
Just use platform for smartos as well
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 c23f08b618..3190421c8f 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, platform: "smartos"
def load_current_resource
Chef::Log.debug("#{new_resource} loading current resource")