From 96193e8a5c3519d925a1ade7eaef2cf1c71ccac1 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 24 Mar 2013 16:50:19 -0700 Subject: [PATCH] update Puppetfile to support installing a master this is required for testing swift. This also uses the version of the puppet module on the forge. --- Puppetfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Puppetfile b/Puppetfile index 3187eaa..8637e8b 100644 --- a/Puppetfile +++ b/Puppetfile @@ -31,7 +31,5 @@ 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 'puppetlabs/postgresql', :git => 'git://github.com/bodepd/puppet-postgresql.git' -#mod 'ripienaar/ruby-puppetdb', :git => 'git://github.com/ripienaar/ruby-puppetdb' +mod 'stephenrjohnson/puppet', "0.0.6" +mod 'ripienaar/ruby-puppetdb', :git => 'git://github.com/ripienaar/ruby-puppetdb'