forked from vrtdev/puppet-aptly_profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
49 lines (43 loc) · 1.26 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
---
Gemfile:
optional:
':development':
- gem: awesome_print
- gem: puppet-lint-leading_zero-check
- gem: puppet-lint-trailing_comma-check
- gem: puppet-lint-version_comparison-check
- gem: puppet-lint-unquoted_string-check
- gem: puppet-lint-param-docs
Rakefile:
extras: |
# Since puppet 4, absolute class names (with leading ::) are frowned upon.
PuppetLint.configuration.absolute_classname_reverse = true
spec/spec_helper.rb:
mock_with: ':rspec'
hiera_config: 'spec/fixtures/hiera/hiera.yaml'
spec_overrides: |
RSpec.configuration.trusted_server_facts = true
# make sure on_supported_os uses the default facts too.
default_facts.each do |fact, value|
add_custom_fact(fact, value)
end
# rubocop:disable Layout/TrailingBlankLines
if ENV['PUPPET_DEBUG']
RSpec.configure do |conf|
conf.before(:each) do
Puppet::Util::Log.level = :debug
Puppet::Util::Log.newdestination(:console)
end
end
end
#end spec_overrides
spec/default_facts.yml:
extra_facts:
gpg_keys: {}
operatingsystem: Debian # See bug https://tickets.puppetlabs.com/browse/PUP-8543
osfamily: Debian
# Unused files.
appveyor.yml:
delete: true
.gitlab-ci.yml:
delete: true