summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorNathan Williams <nathan@teamtreehouse.com>2016-03-11 18:11:49 -0800
committerNathan Williams <nathan@teamtreehouse.com>2016-04-16 13:59:09 -0700
commit1b0da9c71c766e82705b1548125965d959d8840c (patch)
tree9ebf9413c3192f79913671b966d97837beece6f8 /lib/chef/providers.rb
parent97cceff5801f6ccfbcf65949edae022c52927ddc (diff)
downloadchef-1b0da9c71c766e82705b1548125965d959d8840c.tar.gz
add systemd_unit resource/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 a8a058158c..14c47df939 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -54,6 +54,7 @@ require "chef/provider/ruby_block"
require "chef/provider/script"
require "chef/provider/service"
require "chef/provider/subversion"
+require "chef/provider/systemd_unit"
require "chef/provider/template"
require "chef/provider/user"
require "chef/provider/whyrun_safe_ruby_block"