Skip to content

Commit

Permalink
[Fix CI] pin puppetlabs-apt fixture version
Browse files Browse the repository at this point in the history
Latest changes in puppetlabs-apt master branch [1] breaks current CI.
This change fixes CI by pinning puppetlabs-apt to tag: 4.0.0

[1]. puppetlabs/puppetlabs-apt#680
  • Loading branch information
SergK committed May 29, 2017
1 parent 2000ce7 commit 619f5e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"apt": "git://github.com/puppetlabs/puppetlabs-apt.git"
"apt":
repo: "git://github.com/puppetlabs/puppetlabs-apt.git"
ref: "4.0.0"
"staging": "git://github.com/voxpupuli/puppet-staging.git"
"erlang:": "git://github.com/garethr/garethr-erlang.git"
symlinks:
Expand Down

0 comments on commit 619f5e2

Please sign in to comment.