From 5d1542aa21c54f9550c69895bb4f1445cb622678 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 25 Mar 2013 18:17:05 -0700 Subject: [PATCH] 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 :( --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 030f9c7..6eb0d79 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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'