#!/bin/bash
# Hardware information
# Script generated by Puppet. It's executed when you run:
# puppi info hardware
#
# Sources common header for Puppi scripts
. /DBA/puppet/3.0.2/etc/puppi/scripts/header || exit 10

echo_title "$HOSTNAME - Hardware information"
show_command "lspci"
show_command "cat /proc/cpuinfo"

