summaryrefslogtreecommitdiff
path: root/lib/chef/resource/systemd_unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/systemd_unit.rb')
-rw-r--r--lib/chef/resource/systemd_unit.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/resource/systemd_unit.rb b/lib/chef/resource/systemd_unit.rb
index baf7e4cfa8..72ae12a8a7 100644
--- a/lib/chef/resource/systemd_unit.rb
+++ b/lib/chef/resource/systemd_unit.rb
@@ -21,12 +21,12 @@ require "iniparse"
class Chef
class Resource
- # Use the systemd_unit resource to create, manage, and run systemd units.
- #
- # @since 12.11
class SystemdUnit < Chef::Resource
resource_name :systemd_unit
+ description "Use the systemd_unit resource to create, manage, and run systemd units."
+ introduced "12.11"
+
default_action :nothing
allowed_actions :create, :delete,
:preset, :revert,