Update mcelog.conf.erb template 65/52465/1
authorEmma Foley <emma.l.foley@intel.com>
Thu, 22 Feb 2018 17:59:05 +0000 (17:59 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 22 Feb 2018 18:04:08 +0000 (18:04 +0000)
The <Memory> tag is required for MCELog.
This was not updated in the puppet templates used by Apex.

Co-Authored-By: Aaron Smith <aasmith@redhat.com>
Co-Authored-By: Gordon Kelly <gordon.kelly@intel.com>
Change-Id: I6b0793b33099ef448316b9abcd4f0293d7518e29
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
puppet-barometer/templates/mcelog.conf.erb

index dfe24b4..ad310fb 100644 (file)
 <LoadPlugin mcelog>
   Interval 1
 </LoadPlugin>
+
 <Plugin "mcelog">
-   McelogClientSocket "/var/run/mcelog-client"
+  <Memory>
+    McelogClientSocket "/var/run/mcelog-client"
+    PersistentNotification false
+  </Memory>
 </Plugin>