fix $use_munin hiera check to be use_munin instead of incorrect use_nagios

add $use_nagios hiera check
This commit is contained in:
Micah Anderson 2012-04-11 12:59:33 -04:00
parent a55ce915da
commit 27773b88a5

View file

@ -1,5 +1,6 @@
class mysql::server (
$use_munin = hiera('use_nagios',false),
$use_munin = hiera('use_munin',false),
$use_nagios = hiera('use_nagios',false),
$use_shorewall = hiera('use_shorewall',false)
) {
case $::operatingsystem {