From 0add511ba37cff1c83758485c787e3de0e57cb3d Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 24 Mar 2013 15:55:58 -0700 Subject: [PATCH] remove puppet releted repos the upstream repos that I was relying on to configure puppet have been deleted. currently, this breaks the entire CI system. this module removes the puppet specific repos from the librarian puppet file so that I can resume testing of openstack. This commit knowingly breaks support for testing of swift, and these repos will be added back once I can locate the required source code. --- Puppetfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Puppetfile b/Puppetfile index 030f9c7..3187eaa 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 'puppetlabs/puppetdb', :git => 'git://github.com/bodepd/puppetlabs-puppetdb.git' +#mod 'puppet/puppet', :git => 'git://github.com/stephenrjohnson/puppetlabs-puppet.git' +#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' +#mod 'ripienaar/ruby-puppetdb', :git => 'git://github.com/ripienaar/ruby-puppetdb'