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

echo_title "$HOSTNAME - Packages information"
show_command "yum repolist"
show_command "rpm -qa"

