Fix stdlib name and formating

This commit is contained in:
Adam Crews 2014-04-30 17:02:21 -07:00
parent 279a1cbc17
commit bd8c0e4dbd
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ mod "zack/r10k", '1.0.2'
# We are tracking stdlib from git because the puppet module tool
# is getting in the way when we want to upgrade newer than the
# supported module version
mod "puppetlabs/stdlib"
:git => 'git@github.com:puppetlabs/puppetlabs-stdlib.git',
mod "stdlib", :git => 'git@github.com:puppetlabs/puppetlabs-stdlib.git',
:ref => '4.1.0'
mod "puppetlabs/ruby", '0.1.0'