Skip to content

Commit

Permalink
(maint) Use forge_modules in .fixtures.yml
Browse files Browse the repository at this point in the history
Replaces use of the Git repos for stdlib and concat in .fixtures.yml to
instead pull from the Forge. This is faster, results in a lot less data
transferred, and is arguably better for testing.
  • Loading branch information
alex-harvey-z3q committed Oct 5, 2017
1 parent a88a727 commit bece309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fixtures:
repositories:
concat: 'https://github.com/puppetlabs/puppetlabs-concat'
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
forge_modules:
concat: puppetlabs-concat
stdlib: puppetlabs-stdlib
symlinks:
"squid": "#{source_dir}"

0 comments on commit bece309

Please sign in to comment.