From 03f842ed41370f5c696c181be39b4902f8e201ac Mon Sep 17 00:00:00 2001 From: sanga17 Date: Wed, 8 Apr 2020 12:15:15 +0530 Subject: Removed unwanted code Signed-off-by: sanga17 --- lib/chef/resource/systemd_unit.rb | 3 --- 1 file changed, 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 -- cgit v1.2.1