summaryrefslogtreecommitdiff
path: root/lib/chef/resource/smartos_package.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-12-11 13:19:58 -0800
committerJohn Keiser <john@johnkeiser.com>2015-12-15 11:16:20 -0800
commitb743fcdbd172862386d172b42bbbc31cfe2f4239 (patch)
treeaeb3a60c86bbd98c5502b86483848a5cc5122fc3 /lib/chef/resource/smartos_package.rb
parent44494c91587ff0313d328d9c4ec016e6fcf5f830 (diff)
downloadchef-b743fcdbd172862386d172b42bbbc31cfe2f4239.tar.gz
Use properties in package resourcesjk/package-properties
Diffstat (limited to 'lib/chef/resource/smartos_package.rb')
-rw-r--r--lib/chef/resource/smartos_package.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/smartos_package.rb b/lib/chef/resource/smartos_package.rb
index b8bd940c24..34e704a856 100644
--- a/lib/chef/resource/smartos_package.rb
+++ b/lib/chef/resource/smartos_package.rb
@@ -22,6 +22,7 @@ require 'chef/provider/package/smartos'
class Chef
class Resource
class SmartosPackage < Chef::Resource::Package
+ resource_name :smartos_package
provides :package, os: "solaris2", platform_family: "smartos"
end
end