forked from tom-krieger/cis_security_hardening
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fixtures.yml
62 lines (62 loc) · 1.46 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This file can be used to install module dependencies for unit testing
# See https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures for details
---
fixtures:
symlinks:
cis_security_hardening: "#{source_dir}"
repositories:
provision:
repo: 'https://github.com/puppetlabs/provision.git'
branch: 'main'
forge_modules:
stdlib:
repo: "puppetlabs/stdlib"
ref: "8.4.0"
concat:
repo: "puppetlabs/concat"
ref: "7.3.0"
kmod:
repo: "puppet/kmod"
ref: "3.2.0"
echo:
repo: "ipcrm/echo"
ref: "0.1.7"
sysctl:
repo: "thias/sysctl"
ref: "1.0.7"
augeasproviders_pam:
repo: "puppet/augeasproviders_pam"
ref: "3.0.1"
augeasproviders_core:
repo: "puppet/augeasproviders_core"
ref: "3.2.0"
augeasproviders_grub:
repo: "puppet/augeasproviders_grub"
ref: "4.0.0"
augeas_core:
repo: "puppetlabs/augeas_core"
ref: "1.2.0"
logrotate:
repo: "puppet/logrotate"
ref: "6.1.0"
ntp:
repo: "puppetlabs/ntp"
ref: "9.2.0"
chrony:
repo: "puppet/chrony"
ref: "2.5.0"
firewall:
repo: "puppetlabs/firewall"
ref: "3.6.0"
reboot:
repo: "puppetlabs/reboot"
ref: "4.3.0"
inifile:
repo: "puppetlabs/inifile"
ref: "5.4.0"
puppet_agent:
repo: "puppetlabs/puppet_agent"
ref: "4.12.1"
facts:
repo: "puppetlabs/facts"
ref: "1.4.0"