Skip to content

Commit d62e977

Browse files
committed
testing
1 parent bad7570 commit d62e977

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.fixtures.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
fixtures:
22
repositories:
33
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
4-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
4+
puppet_agent:
5+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
6+
ref: 92a54cc7d6ca2616fc0e5ec4836f3af5aa6e1d2d
57
provision: 'https://github.com/puppetlabs/provision.git'
68
symlinks:
79
stdlib: "#{source_dir}"

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ group :development, :release_prep do
4141
gem "puppetlabs_spec_helper", '~> 7.0', require: false
4242
end
4343
group :system_tests do
44-
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
44+
gem "puppet_litmus", git: '[email protected]:puppetlabs/puppet_litmus.git', branch: 'main'
4545
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
4646
gem "serverspec", '~> 2.41', require: false
4747
end
4848

49+
50+
4951
puppet_version = ENV['PUPPET_GEM_VERSION']
5052
facter_version = ENV['FACTER_GEM_VERSION']
5153
hiera_version = ENV['HIERA_GEM_VERSION']

0 commit comments

Comments
 (0)