We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644c2d1 commit 9f61425Copy full SHA for 9f61425
.fixtures.yml
@@ -7,6 +7,9 @@ fixtures:
7
puppetdb: "git://github.com/puppetlabs/puppetlabs-puppetdb.git"
8
inifile: "git://github.com/puppetlabs/puppetlabs-inifile.git"
9
concat: "git://github.com/ripienaar/puppet-concat.git"
10
+ 'file_concat':
11
+ repo: 'git://github.com/electrical/puppet-lib-file_concat.git'
12
+ ref: '1.0.1'
13
apt: "git://github.com/puppetlabs/puppetlabs-apt.git"
14
symlinks:
15
puppet: "#{source_dir}"
Gemfile
@@ -1,10 +1,10 @@
1
# A sample Gemfile
2
source "https://rubygems.org"
3
4
-gem 'puppet'
+gem 'puppet', '< 4.0.0'
5
6
gem 'rake'
-gem 'rspec', '< 3.0.0'
+gem 'rspec'
gem 'puppet-lint'
gem 'beaker'
gem 'beaker-rspec'
0 commit comments