summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorScott Bonds <scott@ggr.com>2014-10-11 10:17:07 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-25 10:43:19 -0800
commit6b732127edbf1b63ae9748a80cc869ad4230c9b2 (patch)
tree95ee761e3527b23b48f232d8c6a3202261d8c7c6 /lib/chef/providers.rb
parent27b0b69b3cd2d2ec84a7ff37ac46453ae942f938 (diff)
downloadchef-6b732127edbf1b63ae9748a80cc869ad4230c9b2.tar.gz
add service provider for OpenBSD
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 38c0e6fc9a..796a0f8fa6 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -81,6 +81,7 @@ require 'chef/provider/service/gentoo'
require 'chef/provider/service/init'
require 'chef/provider/service/invokercd'
require 'chef/provider/service/debian'
+require 'chef/provider/service/openbsd'
require 'chef/provider/service/redhat'
require 'chef/provider/service/insserv'
require 'chef/provider/service/simple'