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>
 <LoadPlugin mcelog>
   Interval 1
 </LoadPlugin>
+
 <Plugin "mcelog">
-   McelogClientSocket "/var/run/mcelog-client"
+  <Memory>
+    McelogClientSocket "/var/run/mcelog-client"
+    PersistentNotification false
+  </Memory>
 </Plugin>