From 53642fb79cccbd7974a34954e4b9ae289945be5d Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 14 May 2012 11:32:27 -0700 Subject: [PATCH] Update repo paths This commit updates a few repo paths. Several of the module paths that I am using had their names changed. This commit updates those repo names. It also changes concat to use RI's version from github. --- other_repos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/other_repos.yaml b/other_repos.yaml index 9ed2d79..0cf866a 100644 --- a/other_repos.yaml +++ b/other_repos.yaml @@ -10,15 +10,15 @@ repos: git://github.com/puppetlabs/puppetlabs-rabbitmq: /etc/puppet/modules/rabbitmq git://github.com/puppetlabs/puppetlabs-mysql: /etc/puppet/modules/mysql git://github.com/puppetlabs/puppetlabs-git: /etc/puppet/modules/git - git://github.com/puppetlabs/puppet-vcsrepo: /etc/puppet/modules/vcsrepo + git://github.com/puppetlabs/puppetlabs-vcsrepo: /etc/puppet/modules/vcsrepo git://github.com/saz/puppet-memcached: /etc/puppet/modules/memcached git://github.com/puppetlabs/puppetlabs-rsync: /etc/puppet/modules/rsync # other deps git://github.com/ghoneycutt/puppet-xinetd: /etc/puppet/modules/xinetd git://github.com/saz/puppet-ssh: /etc/puppet/modules/ssh git://github.com/puppetlabs/puppetlabs-stdlib: /etc/puppet/modules/stdlib - git://github.com/puppetlabs/puppet-apt: /etc/puppet/modules/apt - git://github.com/puppetlabs/puppet-concat: /etc/puppet/modules/concat + git://github.com/puppetlabs/puppetlabs-apt: /etc/puppet/modules/apt + git://github.com/ripienaar/puppet-concat: /etc/puppet/modules/concat checkout_branches: # /etc/puppet/modules/keystone: dev # /etc/puppet/modules/glance: dev