summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Magnus Rakvåg <tm@intility.no>2018-06-13 10:42:27 +0200
committerTor Magnus Rakvåg <tm@intility.no>2018-06-13 10:42:27 +0200
commit355eb2261997423b0137ff77695f12b0086892e9 (patch)
tree875188816a41cd3b7b695a9d905bbb168e8586b3
parent4b4cd8ae20cc56e2881ef38b9d5679a0552796ab (diff)
downloadchef-355eb2261997423b0137ff77695f12b0086892e9.tar.gz
set the resource to preview
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
-rw-r--r--lib/chef/resource/powershell_package_source.rb2
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"