]> granicus.if.org Git - icinga2/commitdiff
ITL: Fix installation for plugins-contrib
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Mar 2017 16:07:53 +0000 (17:07 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Mar 2017 16:08:56 +0000 (17:08 +0100)
refs #5019

itl/plugins-contrib.d/CMakeLists.txt

index 14ab3a5badadbd933e2cc187a2d8c545e11353c9..27d2b7e60d7c941154639be195e1fce1219d4791 100644 (file)
@@ -16,6 +16,6 @@
 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 install(
-  FILES databases.conf icingacli.conf ipmi.conf logmanagement.conf network-components.conf operating-system.conf virtualization.conf vmware.conf storage.conf web.conf hardware.conf network-services.conf metrics.conf
+  FILES databases.conf hardware.conf icingacli.conf ipmi.conf logmanagement.conf metrics.conf network-components.conf network-services.conf operating-system.conf raid-controller.conf smart-attributes.conf storage.conf virtualization.conf vmware.conf web.conf
   DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include/plugins-contrib.d
 )