-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.fixtures.yml
45 lines (45 loc) · 2.85 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:
# I'm leaving this here for next time, since it comes up so rarely
# that I always have to look it up. If we fork something and want to
# include our fork (the same applies to anything not in the forge), we
# add it to our fixtures under `repositories` instead of under
# `forge_modules`. Also, we add it to the Puppetfile in the control
# repo; not to metadata.json in nebula.
#
#repositories:
# module_name:
# repo: "https://github.com/mlibrary/repo_name"
repositories:
apache:
repo: "https://github.com/mlibrary/puppetlabs-apache"
ref: "v7.1.1"
forge_modules:
rbenv: {"repo": "jdowning/rbenv", "ref": "3.1.0" }
archive: {"repo": "puppet/archive", "ref": "7.1.0" }
kmod: {"repo": "puppet/kmod", "ref": "4.1.0" }
letsencrypt: {"repo": "puppet/letsencrypt", "ref": "11.1.0"}
logrotate: {"repo": "puppet/logrotate", "ref": "8.0.0" }
nginx: {"repo": "puppet/nginx", "ref": "6.0.1" }
php: {"repo": "puppet/php", "ref": "10.2.0"}
systemd: {"repo": "puppet/systemd", "ref": "8.1.0" }
unattended_upgrades: {"repo": "puppet/unattended_upgrades", "ref": "8.2.0" }
apt: {"repo": "puppetlabs/apt", "ref": "9.4.0" } # apt 10 blocked on php, docker
augeas_core: {"repo": "puppetlabs/augeas_core", "ref": "1.5.0" }
concat: {"repo": "puppetlabs/concat", "ref": "9.1.0" }
cron_core: {"repo": "puppetlabs/cron_core", "ref": "1.3.0" }
docker: {"repo": "puppetlabs/docker", "ref": "10.1.0"}
firewall: {"repo": "puppetlabs/firewall", "ref": "8.1.3" }
host_core: {"repo": "puppetlabs/host_core", "ref": "1.3.0" }
inifile: {"repo": "puppetlabs/inifile", "ref": "6.2.0" }
lvm: {"repo": "puppetlabs/lvm", "ref": "3.0.0" }
mount_core: {"repo": "puppetlabs/mount_core", "ref": "1.3.0" }
mysql: {"repo": "puppetlabs/mysql", "ref": "16.2.0"}
ntp: {"repo": "puppetlabs/ntp", "ref": "11.0.0"}
reboot: {"repo": "puppetlabs/reboot", "ref": "5.1.0" }
sshkeys_core: {"repo": "puppetlabs/sshkeys_core", "ref": "2.5.0" }
stdlib: {"repo": "puppetlabs/stdlib", "ref": "9.7.0" }
vcsrepo: {"repo": "puppetlabs/vcsrepo", "ref": "6.1.0" }
debconf: {"repo": "stm/debconf", "ref": "6.1.0" }