OP#436 add main file control
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user