Fix incorrect variable name in the hosts.conf example config for Windows

fixes #11894
This commit is contained in:
Gunnar Beutner 2016-06-06 09:53:43 +02:00
parent 0ce41399e0
commit 1c6c4859e1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ object Host NodeName {
/* No parameters. */
}
vars.disks["disk C:"] = {
disk_partition = "C:"
disk_win_path = "C:"
}
/* Define notification mail attributes for notification apply rules in `notifications.conf`. */