From 29606d6211f5ae477d6877ad378d17103e622081 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 10 Dec 2012 21:34:56 -0800 Subject: [PATCH] lock apache version down master was pointing at a revision that had versioned itself using an rc. This caused librarian-puppet to fail. This commit locks down the version of apache to a version that does not break librarian-puppet. --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index ab973d4..9ac49d5 100644 --- a/Puppetfile +++ b/Puppetfile @@ -17,7 +17,7 @@ mod 'puppetlabs/git', :git => 'git://github.com/puppetlabs/puppetlabs-git' mod 'puppetlabs/vcsrepo', :git => 'git://github.com/puppetlabs/puppetlabs-vcsrepo' mod 'saz/memcached', :git => 'git://github.com/saz/puppet-memcached' mod 'puppetlabs/rsync', :git => 'git://github.com/puppetlabs/puppetlabs-rsync' -mod 'puppetlabs/apache', :git => 'git://github.com/puppetlabs/puppetlabs-apache' +mod 'puppetlabs/apache', :git => 'git://github.com/puppetlabs/puppetlabs-apache', :ref => '94ebca3aaaf2144a7b9ce7ca6a13837ec48a7e2a' # other deps mod 'puppetlabs/xinetd', :git => 'git://github.com/puppetlabs/puppetlabs-xinetd' mod 'saz/ssh', :git => 'git://github.com/saz/puppet-ssh'