From 2834e4aa8ae6a82188d06129763b4a8115e96b45 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 20 Feb 2012 17:58:03 +0000 Subject: add mcelog on x86_64 ( since sucuk has show a message 'machine check error' according to LO --- deployment/common/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deployment') diff --git a/deployment/common/manifests/init.pp b/deployment/common/manifests/init.pp index b6021c6e..0e09e24d 100644 --- a/deployment/common/manifests/init.pp +++ b/deployment/common/manifests/init.pp @@ -5,6 +5,10 @@ class common { # asked by nanar : rsync $package_list = ['screen', 'vim-enhanced', 'htop', 'lsof', 'tcpdump', 'rsync', 'less','lshw', 'lvm2', 'iotop'] + if $arch == 'x86_64' { + $package_list += ['mcelog'] + } + package { $package_list: } # removed as it mess up with our policy for password -- cgit v1.2.1