boxes: Redirect puppet.deb wget to log file
This commit is contained in:
parent
85d36bfd41
commit
c7f5a567a9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if [ $PUPPET = 1 ]; then
|
||||||
warn "Puppet can't be installed on Ubuntu Trusty 14.04, skipping"
|
warn "Puppet can't be installed on Ubuntu Trusty 14.04, skipping"
|
||||||
else
|
else
|
||||||
log "Installing Puppet"
|
log "Installing Puppet"
|
||||||
wget http://apt.puppetlabs.com/puppetlabs-release-stable.deb -O "${ROOTFS}/tmp/puppetlabs-release-stable.deb"
|
wget http://apt.puppetlabs.com/puppetlabs-release-stable.deb -O "${ROOTFS}/tmp/puppetlabs-release-stable.deb" &>${LOG}
|
||||||
utils.lxc.attach dpkg -i "/tmp/puppetlabs-release-stable.deb"
|
utils.lxc.attach dpkg -i "/tmp/puppetlabs-release-stable.deb"
|
||||||
utils.lxc.attach apt-get update
|
utils.lxc.attach apt-get update
|
||||||
utils.lxc.attach apt-get install puppet -y --force-yes
|
utils.lxc.attach apt-get install puppet -y --force-yes
|
||||||
|
|
Loading…
Reference in a new issue