]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/providers/plugin.rb
More rubocop cleanup
[chef.git] / cookbooks / munin / providers / plugin.rb
index c058524b91a4a9303a6bdbc4971cf51b23a44d0e..193983471f7a9e0d60f4b3e419a0bdab3a2cc48b 100644 (file)
@@ -79,8 +79,6 @@ def target_path
     "/usr/local/share/munin/plugins/#{target}"
   when ::File.exist?("/usr/share/munin/plugins/#{target}")
     "/usr/share/munin/plugins/#{target}"
-  else
-    nil
   end
 end