]> granicus.if.org Git - icinga2/commitdiff
Make sure that the web.conf file gets installed
authorGunnar Beutner <gunnar@beutner.name>
Wed, 15 Apr 2015 06:39:55 +0000 (08:39 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 15 Apr 2015 06:39:55 +0000 (08:39 +0200)
fixes #9050

itl/plugins-contrib.d/CMakeLists.txt

index 498a37e599eb3e9aa8ed911b9744581e9893c9ef..8ca955013211ae79fc2dd2b16b44b424f2e2b98d 100644 (file)
@@ -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
 )