summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorScott Bonds <scott@ggr.com>2014-10-09 15:21:51 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-11-13 13:09:16 -0800
commit9d7178b4ae849c1b155ac2bbb0a50a1518c525ac (patch)
tree89f26eda5c6c602fe6250b78a6482dd0c9078478 /lib/chef/providers.rb
parent4be0cce9900dbfb37487b05171b7137331664e1b (diff)
downloadchef-9d7178b4ae849c1b155ac2bbb0a50a1518c525ac.tar.gz
add openbsd package provider
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 c4f1ce769d..38c0e6fc9a 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -63,6 +63,7 @@ require 'chef/provider/package/freebsd/pkgng'
require 'chef/provider/package/homebrew'
require 'chef/provider/package/ips'
require 'chef/provider/package/macports'
+require 'chef/provider/package/openbsd'
require 'chef/provider/package/pacman'
require 'chef/provider/package/portage'
require 'chef/provider/package/paludis'