Skip to content

Commit

Permalink
migrate fixtures to git links (jsok#120)
Browse files Browse the repository at this point in the history
this will pull in fixtures from the master branch and not from the
latest release. This has two benefits. a) getting fixtures is faster. b)
you can test against breaking changes in dependencies before they are
released. This is the current best practice in the Puppet Community.
  • Loading branch information
bastelfreak authored and jsok committed Apr 28, 2018
1 parent 551f6fc commit e17aa6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fixtures:
forge_modules:
stdlib: "puppetlabs/stdlib"
archive: "puppet/archive"
systemd: "camptocamp/systemd"
file_capability: "stm/file_capability"
repositories:
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
archive: "git://github.com/voxpupuli/puppet-archive.git"
systemd: "git://github.com/camptocamp/puppet-systemd.git"
file_capability: "git://github.com/smoeding/puppet-file_capability.git"
symlinks:
vault: "#{source_dir}"

0 comments on commit e17aa6c

Please sign in to comment.