summaryrefslogtreecommitdiff
path: root/manifests/plugin/scriptpaths.pp
blob: 60657097596c1ad2883c939677d356a6a5fb00a6 (plain)
1
2
3
4
5
6
class nagios::plugin::scriptpaths {
    case $hardwaremodel {
    	x86_64: { $script_path =  "/usr/lib64/nagios/plugins/" }
    	default: { $script_path =  "/usr/lib/nagios/plugins" }
    }
}