forked from voxpupuli/puppet-ca_cert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
34 lines (31 loc) · 969 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
34
---
spec/spec_helper.rb:
hiera_config: spec/fixtures/hiera.yaml
.travis.yml:
bundler_args: --with system_tests
docker_sets:
- set: centos-7
- set: default
user: pcfens
secure: 'XVGxqfPUDznxOF3GNz2ztpthET0dXApOMK5ppwhnbd4Chde1QKtJJkz3fi8UqDE+juDv/CUukhXf7rNiAR+KEtxCJYJ3UM6huYLPDKnvsVDqi4MBpMDZf7x0AVmCFeLAroSrN3DAjkNsQyPFTh+vOeAzI5JlWGP9LjrfSIBJcSo='
Gemfile:
required:
':system_tests':
- gem: 'puppet-module-posix-system-r#{minor_version}'
platforms: ruby
- gem: 'puppet-module-win-system-r#{minor_version}'
platforms:
- mswin
- mingw
- x64_mingw
- gem: beaker
version: '~> 3.13'
from_env: BEAKER_VERSION
- gem: beaker-abs
from_env: BEAKER_ABS_VERSION
version: '~> 0.1'
- gem: beaker-pe
- gem: beaker-hostgenerator
from_env: BEAKER_HOSTGENERATOR_VERSION
- gem: beaker-rspec
from_env: BEAKER_RSPEC_VERSION