summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanga17 <sausekar@msystechnologies.com>2020-04-08 12:15:15 +0530
committerTim Smith <tsmith84@gmail.com>2020-04-08 09:41:28 -0700
commit03f842ed41370f5c696c181be39b4902f8e201ac (patch)
treefcdc09881aac2fe6afe12415b71489b434f34136
parent69fb5aebd65cbf861c5bf39d89429bc3285e6084 (diff)
downloadchef-sensitive_systemd.tar.gz
Removed unwanted codesensitive_systemd
Signed-off-by: sanga17 <sausekar@msystechnologies.com>
-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