]> granicus.if.org Git - icinga2/commitdiff
Config: Fix IcingaMacros const identifier.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 30 Mar 2014 14:12:30 +0000 (16:12 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 30 Mar 2014 14:12:30 +0000 (16:12 +0200)
etc/icinga2/conf.d/macros.conf

index 696b3a58dd30f055c99eccd31489826a538e312e..630d7706870bd2b28ba162b264affb263deedf77 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Global macros
  */
-var IcingaMacros = {
+const IcingaMacros = {
   plugindir = "/usr/lib/nagios/plugins"
 }