-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fixtures.yml
45 lines (45 loc) · 1.02 KB
/
.fixtures.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
# This file can be used to install module depdencies for unit testing
# See https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures for details
---
fixtures:
forge_modules:
apt:
repo: puppetlabs/apt
ref: 9.1.0
bsys:
repo: aursu/bsys
ref: 0.4.0
concat:
repo: puppetlabs/concat
ref: 9.0.0
lsys_nginx:
repo: aursu/lsys_nginx
ref: 0.47.0
nginx:
repo: aursu/nginx
ref: 4.4.2
puppet_agent:
repo: puppetlabs/puppet_agent
ref: 4.14.0
selinux:
repo: puppet/selinux
ref: 4.0.0
selinux_core:
repo: puppetlabs/selinux_core
puppet_version: ">= 6.0.0"
stdlib:
repo: puppetlabs/stdlib
ref: 9.3.0
systemd:
repo: puppet/systemd
ref: 7.1.0
tlsinfo:
repo: aursu/tlsinfo
ref: 0.5.0
yumrepo_core:
repo: puppetlabs/yumrepo_core
puppet_version: ">= 6.0.0"
repositories:
puppet:
repo: https://github.com/aursu/puppet-puppet.git
ref: "tags/v0.30.4"