Install manpages and puppet on base box

This commit is contained in:
Fabio Rehm 2013-03-10 02:27:19 -03:00
parent b9013a4586
commit 731ce84d5a

View file

@ -35,7 +35,7 @@ EOF
download_ubuntu()
{
packages=vim,ssh,curl,wget,bash-completion
packages=vim,ssh,curl,wget,bash-completion,manpages,puppet
echo "installing packages: $packages"
trap cleanup EXIT SIGHUP SIGINT SIGTERM