From: Gunnar Beutner Date: Wed, 15 Apr 2015 06:39:55 +0000 (+0200) Subject: Make sure that the web.conf file gets installed X-Git-Tag: v2.4.0~728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17c658dc50850f009266cfe3de25e0cd2d62eac1;p=icinga2 Make sure that the web.conf file gets installed fixes #9050 --- diff --git a/itl/plugins-contrib.d/CMakeLists.txt b/itl/plugins-contrib.d/CMakeLists.txt index 498a37e59..8ca955013 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 databases.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf + FILES databases.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include/plugins-contrib.d )