fix $use_munin hiera check to be use_munin instead of incorrect use_nagios
add $use_nagios hiera check
This commit is contained in:
parent
a55ce915da
commit
27773b88a5
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue