summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/resource/systemd_unit.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/resource/systemd_unit.rb b/lib/chef/resource/systemd_unit.rb
index 1c807ea84a..a4f087b220 100644
--- a/lib/chef/resource/systemd_unit.rb
+++ b/lib/chef/resource/systemd_unit.rb
@@ -65,9 +65,6 @@ class Chef
description: "The name of the unit file if it differs from the resource block's name.",
introduced: "13.7"
- property :sensitive, [ TrueClass, FalseClass ],
- default: false, desired_state: false
-
def to_ini
case content
when Hash