OP#436 add main file control

This commit is contained in:
2026-02-21 13:44:41 +01:00
parent 65a0edd26f
commit 47905966a7
3 changed files with 16 additions and 10 deletions

View File

@@ -23,6 +23,8 @@
# @param [String] ng_main_password The encrypted password for the Nagios web
# interface. Default is 'nagios'. Must be properly encrypted using the
# htpasswd utility.
# @param [String] ng_context_help Whether to enable the context help in the
# Nagios web interface. Default is '1'.
###############################################################################
class confdroid_nagios::params (
@@ -35,6 +37,9 @@ class confdroid_nagios::params (
String $ng_main_user = 'nagios',
String $ng_main_password = 'nagios',
# cgi
String $ng_context_help = '1',
# httpd
Boolean $ng_use_https = false,