-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.sync.yml
32 lines (27 loc) · 849 Bytes
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
Gemfile:
optional:
':development':
- gem: 'github_changelog_generator'
git: 'https://github.com/skywinder/github-changelog-generator'
ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
- gem: 'rspec-puppet-facts'
version: '~> 1.7'
- gem: 'rspec-puppet'
- gem: 'puppet-strings'
- gem: 'rgen'
- gem: 'hiera-eyaml'
- gem: 'puppet-lint-resource_reference_syntax'
- gem: 'puppet-lint-trailing_comma-check'
- gem: 'puppet-lint-variable_contains_upcase'
Rakefile:
requires:
- 'puppet-lint/tasks/puppet-lint'
- 'puppetlabs_spec_helper/rake_tasks'
extras:
- >
begin
require 'puppet-strings/tasks'
rescue LoadError
end