Install manpages and puppet on base box
This commit is contained in:
parent
b9013a4586
commit
731ce84d5a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ EOF
|
||||||
|
|
||||||
download_ubuntu()
|
download_ubuntu()
|
||||||
{
|
{
|
||||||
packages=vim,ssh,curl,wget,bash-completion
|
packages=vim,ssh,curl,wget,bash-completion,manpages,puppet
|
||||||
echo "installing packages: $packages"
|
echo "installing packages: $packages"
|
||||||
|
|
||||||
trap cleanup EXIT SIGHUP SIGINT SIGTERM
|
trap cleanup EXIT SIGHUP SIGINT SIGTERM
|
||||||
|
|
Loading…
Reference in a new issue