Skip to content

Commit

Permalink
Update Github URLs
Browse files Browse the repository at this point in the history
Since we changed the github namespace, this fixes it. This fixes the
Travis badge as well. It also changes from git:// to https://.
  • Loading branch information
ekohl authored and ehelms committed Nov 6, 2017
1 parent 0a8d0ec commit a470e80
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 103 deletions.
10 changes: 5 additions & 5 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
fixtures:
repositories:
stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
extlib: 'git://github.com/voxpupuli/puppet-extlib'
concat: 'git://github.com/puppetlabs/puppetlabs-concat'
postgresql: 'git://github.com/puppetlabs/puppetlabs-postgresql.git'
qpid: 'git://github.com/katello/puppet-qpid.git'
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
extlib: 'https://github.com/voxpupuli/puppet-extlib'
concat: 'https://github.com/puppetlabs/puppetlabs-concat'
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
qpid: 'https://github.com/theforeman/puppet-qpid.git'
symlinks:
candlepin: "#{source_dir}"
Loading

0 comments on commit a470e80

Please sign in to comment.