diff options
-rw-r--r-- | lib/chef/provider/systemd_unit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/systemd_unit.rb b/lib/chef/provider/systemd_unit.rb index f1b104de21..39876f7a3f 100644 --- a/lib/chef/provider/systemd_unit.rb +++ b/lib/chef/provider/systemd_unit.rb @@ -237,6 +237,7 @@ class Chef owner "root" group "root" mode "0644" + sensitive new_resource.sensitive content new_resource.to_ini verify :systemd_unit if new_resource.verify action the_action |