forked from tom-krieger/cis_security_hardening
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
33 lines (29 loc) · 729 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
32
33
---
Gemfile:
optional:
':system_tests':
- gem: 'serverspec'
- gem: 'hiera-puppet-helper'
':development':
- gem: 'puppet-strings'
- gem: 'puppet_litmus'
ref: '~> 0.34.1'
- gem: 'puppet-lint-security-plugins'
spec/spec_helper.rb:
mock_with: ':rspec'
spec_overrides:
- 'RSpec.configure do |c|'
- " c.hiera_config = File.expand_path(File.join(File.dirname(__FILE__), '/fixtures/hiera/hiera.yaml'))"
- " c.after(:suite) do"
- " RSpec::Puppet::Coverage.report!(80)"
- " end"
- "end"
".rubocop.yml":
default_configs:
inherit_from: ".rubocop_todo.yml"
require:
- rubocop-rspec
appveyor.yml:
delete: true
.gitlab-ci.yml:
delete: true