summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanga17 <sausekar@msystechnologies.com>2020-04-08 12:15:15 +0530
committersanga17 <sausekar@msystechnologies.com>2020-04-08 12:15:15 +0530
commit9786aacedfe6671e08b07bd73fd88da5dbf65423 (patch)
treea99e197f76fa4beada140016a6ef31ea2def1544
parentc50d3379fe2a671638a880f621e1f8ec5db8af58 (diff)
downloadchef-9786aacedfe6671e08b07bd73fd88da5dbf65423.tar.gz
Removed unwanted code
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 614479e4f3..9e7067bd70 100644
--- a/lib/chef/resource/systemd_unit.rb
+++ b/lib/chef/resource/systemd_unit.rb
@@ -67,9 +67,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