]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/files/default/plugins/api_calls_status
Fix issues reported by new rubocop
[chef.git] / cookbooks / munin / files / default / plugins / api_calls_status
index 6d0e619ed5e637ce15b19119f12244260fddb4ca..1f18a453bcd84147f905aa48bd8c8cc11f9102ff 100755 (executable)
@@ -23,7 +23,7 @@ HTTP_STATUSES = {
   "502" => "Bad Gateway",
   "503" => "Service Unavailable",
   "509" => "Bandwidth Limit Exceeded"
-}
+}.freeze
 
 if ARGV[0] == "config"
   puts "graph_title HTTP response codes"