summaryrefslogtreecommitdiff
path: root/lib/chef/resource/smartos_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/smartos_package.rb')
-rw-r--r--lib/chef/resource/smartos_package.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/resource/smartos_package.rb b/lib/chef/resource/smartos_package.rb
index 510e1ccc7b..10ef027ef9 100644
--- a/lib/chef/resource/smartos_package.rb
+++ b/lib/chef/resource/smartos_package.rb
@@ -1,6 +1,6 @@
#
# Author:: Toomas Pelberg (<toomasp@gmx.net>)
-# Copyright:: Copyright 2010-2016, Chef Software Inc.
+# Copyright:: Copyright 2010-2020, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,6 +21,8 @@ require_relative "package"
class Chef
class Resource
class SmartosPackage < Chef::Resource::Package
+ unified_mode true
+
resource_name :smartos_package
provides :smartos_package
provides :package, platform_family: "smartos"