Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #561 from hacken-in/bugs/556-vagrant-box-fails-to-…
Browse files Browse the repository at this point in the history
…rebuild

Pin puppet-common installation (fixes #556)
  • Loading branch information
thegcat committed Feb 3, 2015
2 parents 0c4c3da + 4f6b264 commit d78818a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -5,11 +5,11 @@
VAGRANTFILE_API_VERSION = "2"

PUPPET_UPGRADE = <<EOF
if [[ $(/usr/bin/puppet --version) != *3.7.3* ]]; then
if [[ $(/usr/bin/puppet --version) != *3.7.4* ]]; then
wget --quiet -P /tmp http://apt.puppetlabs.com/puppetlabs-release-precise.deb
dpkg -i /tmp/puppetlabs-release-precise.deb
aptitude update > /dev/null
aptitude install -y puppet=3.7.3-1puppetlabs1
aptitude install -y puppet=3.7.4-1puppetlabs1 puppet-common=3.7.4-1puppetlabs1
fi
EOF

Expand Down

0 comments on commit d78818a

Please sign in to comment.