Pass in --force-yes when installing puppet on base boxes
This commit is contained in:
parent
116fd68d41
commit
f2be75a45d
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ echo "installing puppet"
|
|||
wget http://apt.puppetlabs.com/puppetlabs-release-stable.deb -O "${rootfs}/tmp/puppetlabs-release-stable.deb"
|
||||
chroot $rootfs dpkg -i "/tmp/puppetlabs-release-stable.deb"
|
||||
chroot $rootfs apt-get update
|
||||
chroot $rootfs apt-get install puppet -y
|
||||
chroot $rootfs apt-get install puppet -y --force-yes
|
||||
|
||||
rm -rf $rootfs/tmp/*
|
||||
|
|
Loading…
Reference in a new issue