nagios fix: $nagiosadmin -> $web_admin_user
This commit is contained in:
parent
4d1713e78c
commit
b54e1800aa
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ class nagios_monitor {
|
||||||
|
|
||||||
file {
|
file {
|
||||||
'/root/MONITOR_WEB_PASSWORD':
|
'/root/MONITOR_WEB_PASSWORD':
|
||||||
content => sprintf("%s\n%s\n", $nagiosadmin, $web_admin_pw),
|
content => sprintf("%s\n%s\n", $web_admin_user, $web_admin_pw),
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0600',
|
mode => '0600',
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Reference in a new issue