2 # Cookbook Name:: munin
 
   3 # Provider:: munin_plugin
 
   5 # Copyright 2013, OpenStreetMap Foundation
 
   7 # Licensed under the Apache License, Version 2.0 (the "License");
 
   8 # you may not use this file except in compliance with the License.
 
   9 # You may obtain a copy of the License at
 
  11 #     http://www.apache.org/licenses/LICENSE-2.0
 
  13 # Unless required by applicable law or agreed to in writing, software
 
  14 # distributed under the License is distributed on an "AS IS" BASIS,
 
  15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  16 # See the License for the specific language governing permissions and
 
  17 # limitations under the License.
 
  27   link_action = case target_path
 
  37   if new_resource.conf # ~FC023
 
  38     munin_plugin_conf new_resource.name do
 
  39       cookbook new_resource.conf_cookbook
 
  40       template new_resource.conf
 
  41       variables new_resource.conf_variables
 
  52   if new_resource.conf # ~FC023
 
  53     munin_plugin_conf new_resource.name do
 
  61   "/etc/munin/plugins/#{new_resource.name}"
 
  65   if ::File.exist?(target)
 
  67   elsif ::File.exist?("/usr/local/share/munin/plugins/#{target}")
 
  68     "/usr/local/share/munin/plugins/#{target}"
 
  69   elsif ::File.exist?("/usr/share/munin/plugins/#{target}")
 
  70     "/usr/share/munin/plugins/#{target}"
 
  75   new_resource.target || new_resource.name