Skip to content

Commit

Permalink
Force the bootstrap.sh script to use Puppet 2.xx
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed Dec 19, 2012
1 parent ae6c887 commit e97e7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ $? -ne 0 ]; then
libopenssl-ruby1.8 \
rubygems

gem install puppet --no-ri --no-rdoc
gem install puppet --version "~> 2.7" --no-ri --no-rdoc
fi


Expand Down

0 comments on commit e97e7d4

Please sign in to comment.