Skip to content

Commit 9f61425

Browse files
author
Stephen
committed
Remove puppet 4.0 until rspec-puppet works with it and also add missing file_concat
1 parent 644c2d1 commit 9f61425

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.fixtures.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ fixtures:
77
puppetdb: "git://github.com/puppetlabs/puppetlabs-puppetdb.git"
88
inifile: "git://github.com/puppetlabs/puppetlabs-inifile.git"
99
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'
1013
apt: "git://github.com/puppetlabs/puppetlabs-apt.git"
1114
symlinks:
1215
puppet: "#{source_dir}"

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# A sample Gemfile
22
source "https://rubygems.org"
33

4-
gem 'puppet'
4+
gem 'puppet', '< 4.0.0'
55

66
gem 'rake'
7-
gem 'rspec', '< 3.0.0'
7+
gem 'rspec'
88
gem 'puppet-lint'
99
gem 'beaker'
1010
gem 'beaker-rspec'

0 commit comments

Comments
 (0)