Vagrant: provide .../monitoring/commandtransports.ini

This commit is contained in:
Alexander A. Klimov 2020-10-28 14:47:20 +01:00 committed by Johannes Meyer
parent 74d5d69085
commit ea5329236b
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
[local]
transport = local
path = /var/run/icinga2/cmd/icinga2.cmd

View File

@ -109,7 +109,7 @@ class icingaweb2_dev (
replace => false,
}
icingaweb2::config::module { [ 'backends', 'config', 'instances' ]:
icingaweb2::config::module { [ 'backends', 'commandtransports', 'config', 'instances' ]:
module => 'monitoring',
source => 'puppet:///modules/icingaweb2_dev',
}