summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/resource/systemd_unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/systemd_unit.rb b/lib/chef/resource/systemd_unit.rb
index f5bd0c5643..b028214441 100644
--- a/lib/chef/resource/systemd_unit.rb
+++ b/lib/chef/resource/systemd_unit.rb
@@ -55,7 +55,7 @@ class Chef
```ruby
systemd_unit 'sysstat-collect.timer' do
- content <<-EOU.gsub(/^\s+/, '')
+ content <<~EOU
[Unit]
Description=Run system activity accounting tool every 10 minutes