OP#436 add nagios config

This commit is contained in:
2026-03-01 14:34:53 +01:00
parent 9e753a6914
commit 4448200905
6 changed files with 28 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
class confdroid_nagios::nagios::resources::resource (
) inherits confdroid_nagios::params {
if $fqdn == $ng_nagios_server {
if $ng_nagios_server == $fqdn {
concat { $ng_resource_file:
ensure => present,
owner => 'root',