summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-05-01 11:06:55 +0100
committerThom May <thom@may.lt>2016-05-01 11:06:55 +0100
commitfd78fabc832dd801c3658f57dab9197e8f7ec655 (patch)
tree58809c8e69d84dbad37840bd4037ab1107612065 /lib/chef/providers.rb
parentb94e2ef41fb68edc69e7a8067ea4b472e4b3aca9 (diff)
parent1b0da9c71c766e82705b1548125965d959d8840c (diff)
downloadchef-fd78fabc832dd801c3658f57dab9197e8f7ec655.tar.gz
Merge pull request #4700 from nathwill/features/systemd-unit
add systemd_unit resource
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"