Skip to content

Commit

Permalink
update with nagios plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
b4ldr committed Jun 7, 2016
1 parent fec7098 commit 08d1e94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
$zone_subdir = $::knot::params::zone_subdir,
$conf_file = $::knot::params::conf_file,
$run_dir = $::knot::params::run_dir,
$network_status = undef
$network_status = undef,
$manage_nagios = false,
) inherits knot::params {

validate_bool($enable)
Expand Down Expand Up @@ -82,6 +83,7 @@
if $network_status {
validate_absolute_path($network_status)
}
validate_bool($manage_nagios)

if $::kernel == 'linux' and $::lsbdistcodename == 'precise' {
fail('knot is not currently supported on ubuntu precise')
Expand Down

0 comments on commit 08d1e94

Please sign in to comment.