]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/files/default/plugins/passenger_memory
Fix new rubocop warnings
[chef.git] / cookbooks / munin / files / default / plugins / passenger_memory
index 1aa9a77640fc6b7f1de49977bc0346aa379d67a0..7017c63e087131f715f04002f9a1789eb00cf723 100755 (executable)
@@ -6,13 +6,13 @@
 require "English"
 
 def output_config
-  puts <<-END
-graph_args --base 1024 -l 0 --vertical-label bytes --upper-limit 4056231936
-graph_category passenger
-graph_title Passenger memory
+  puts <<~END
+    graph_args --base 1024 -l 0 --vertical-label bytes --upper-limit 4056231936
+    graph_category passenger
+    graph_title Passenger memory
 
-memory.label memory
-END
+    memory.label memory
+  END
   exit 0
 end