summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-03-25 17:02:36 -0700
committerTim Smith <tsmith@chef.io>2017-08-09 20:00:33 +0000
commit70eef6e0eea010420de4751d13164c3748a299c1 (patch)
tree26d818c7778c9177e1cfb36dc647f087dac2edaf /lib/chef/providers.rb
parent7372d0ece166ee0d5a3e25bf84861807995e58be (diff)
downloadchef-70eef6e0eea010420de4751d13164c3748a299c1.tar.gz
Add zypper_repository resource
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 5a4d287b89..e5b39c4e3c 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -60,6 +60,7 @@ require "chef/provider/user"
require "chef/provider/whyrun_safe_ruby_block"
require "chef/provider/yum_repository"
require "chef/provider/windows_task"
+require "chef/provider/zypper_repository"
require "chef/provider/env/windows"