]> git.openstreetmap.org Git - chef.git/commitdiff
Disable mcelog on shenron
authorTom Hughes <tom@compton.nu>
Fri, 17 Nov 2017 16:55:07 +0000 (16:55 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 17 Nov 2017 16:55:07 +0000 (16:55 +0000)
roles/shenron.rb

index 2634ec0d2c63f13a8df83007edf5fcd0683be365..42d25d9d0249185cd3de69be1918f4267d97c9a5 100644 (file)
@@ -21,6 +21,9 @@ default_attributes(
     :sources => ["brightbox-ruby-ng"]
   },
   :hardware => {
+    :mcelog => {
+      :enabled => false
+    },
     :modules => [
       "it87"
     ]