set explicit ref for puppet module

This commit sets an expicit ref for the puppet module.

Previously, it was set to master, but the latest commits introduce
a dependency nightmare that I could not resolve :(
This commit is contained in:
Dan Bode
2013-03-25 18:17:05 -07:00
committed by Dan Bode
parent d6baa1122f
commit 5d1542aa21

View File

@@ -31,7 +31,7 @@ mod 'cprice404/inifile', :git => 'git://github.com/cprice-puppet/puppetlabs-inif
# puppet related modules
mod 'ripienaar/hiera_puppet', :git => 'https://github.com/ripienaar/hiera-puppet'
mod 'puppetlabs/ruby'
mod 'puppet/puppet', :git => 'git://github.com/stephenrjohnson/puppetlabs-puppet.git'
mod 'puppet/puppet', :git => 'git://github.com/stephenrjohnson/puppetlabs-puppet.git', :ref => '6244079f8ce37901a167f45fadd5d9cc055f83db'
mod 'puppetlabs/puppetdb', :git => 'git://github.com/bodepd/puppetlabs-puppetdb.git'
mod 'puppetlabs/postgresql', :git => 'git://github.com/bodepd/puppet-postgresql.git'
mod 'ripienaar/ruby-puppetdb', :git => 'git://github.com/ripienaar/ruby-puppetdb'