OP#421 fix module name

This commit is contained in:
2026-02-13 15:41:12 +01:00
parent 571bbd51fb
commit e64aa31657

View File

@@ -29,7 +29,7 @@ class confdroid_nagios::main::install (
# if we want to use NRPE on clients, install it
if $ng_include_nrpe == true {
require cd_nrpe
require confdroid_nrpe
}
}
}