diff options
author | Tor Magnus Rakvåg <tm@intility.no> | 2018-06-13 10:42:27 +0200 |
---|---|---|
committer | Tor Magnus Rakvåg <tm@intility.no> | 2018-06-13 10:42:27 +0200 |
commit | 355eb2261997423b0137ff77695f12b0086892e9 (patch) | |
tree | 875188816a41cd3b7b695a9d905bbb168e8586b3 /lib/chef | |
parent | 4b4cd8ae20cc56e2881ef38b9d5679a0552796ab (diff) | |
download | chef-355eb2261997423b0137ff77695f12b0086892e9.tar.gz |
set the resource to preview
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/resource/powershell_package_source.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_package_source.rb b/lib/chef/resource/powershell_package_source.rb index 095adcb292..85ce8dd415 100644 --- a/lib/chef/resource/powershell_package_source.rb +++ b/lib/chef/resource/powershell_package_source.rb @@ -20,8 +20,8 @@ require "chef/json_compat" class Chef class Resource class PowershellPackageSource < Chef::Resource + preview_resource true resource_name "powershell_package_source" - provides(:powershell_package_source) { true } description "Use the powershell_package_source resource to register a powershell package repository" introduced "14.3" |