-
Notifications
You must be signed in to change notification settings - Fork 102
/
.sync.yml
81 lines (68 loc) · 1.84 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
.gitignore:
paths:
- '/.kitchen/'
- '/test/fixtures/.librarian/'
- '/test/fixtures/.tmp/'
- '/test/fixtures/Puppetfile.lock'
- '/kitchen.local.yml'
.gitlab-ci.yml:
delete: true
.pdkignore:
paths:
- '/.kitchen/'
- '/test/fixtures/.librarian/'
- '/test/fixtures/.tmp/'
- '/test/fixtures/Puppetfile.lock'
.rubocop.yml:
default_configs:
inherit_from: .rubocop_todo.yml
.travis.yml:
delete: true
.yardopts:
delete: true
appveyor.yml:
delete: true
Gemfile:
required:
':integration':
- gem: 'librarian-puppet'
- gem: 'test-kitchen'
- gem: 'kitchen-digitalocean'
- gem: 'kitchen-docker'
git: 'https://github.com/test-kitchen/kitchen-docker'
- gem: 'kitchen-inspec'
- gem: 'kitchen-puppet'
- gem: 'kitchen-sync'
- gem: 'inspec'
source: 'https://packagecloud.io/cinc-project/stable'
- gem: 'inspec-core'
source: 'https://packagecloud.io/cinc-project/stable'
- gem: 'chef-utils'
source: 'https://rubygems.org/'
- gem: 'chef-config'
source: 'https://rubygems.org/'
- gem: 'unf_ext'
source: 'https://rubygems.org/'
- gem: 'sync'
source: 'https://rubygems.org/'
optional:
':development':
- gem: 'github_changelog_generator'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
Rakefile:
changelog_user: 'dev-sec'
changelog_project: 'puppet-os-hardening'
changelog_since_tag: '1.1.1'
imports:
- 'Rakefile.local'
data/common.yaml:
delete: true
hiera.yaml:
delete: true
spec/default_facts.yml:
extra_facts:
retrieve_system_users: 'root,bin,daemon,adm,lp,sync,shutdown,halt,mail,operator,games,ftp,nobody,systemd-network,dbus,polkitd,rpc,rpcuser,postfix,sshd,chrony'
home_users: ''
spec/spec_helper.rb:
mock_with: ':rspec'