From 47b61b7f394d842792edb300b347833b9a04b85a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 15 Apr 2015 08:39:55 +0200 Subject: [PATCH] Make sure that the web.conf file gets installed fixes #9050 --- itl/plugins-contrib.d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/plugins-contrib.d/CMakeLists.txt b/itl/plugins-contrib.d/CMakeLists.txt index e50d697f7..da60ca0e0 100644 --- a/itl/plugins-contrib.d/CMakeLists.txt +++ b/itl/plugins-contrib.d/CMakeLists.txt @@ -16,6 +16,6 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. install( - FILES ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf + FILES ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include/plugins-contrib.d )