-
Notifications
You must be signed in to change notification settings - Fork 2
/
.fixtures.yml
43 lines (43 loc) · 2.72 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
# 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"
forge_modules:
rbenv: {"repo": "jdowning/rbenv", "ref": "3.1.0" }
archive: {"repo": "puppet/archive", "ref": "7.1.0" }
kmod: {"repo": "puppet/kmod", "ref": "4.0.1" }
letsencrypt: {"repo": "puppet/letsencrypt", "ref": "11.1.0"}
logrotate: {"repo": "puppet/logrotate", "ref": "7.1.0" }
nginx: {"repo": "puppet/nginx", "ref": "6.0.1" }
php: {"repo": "puppet/php", "ref": "10.2.0"}
unattended_upgrades: {"repo": "puppet/unattended_upgrades", "ref": "8.1.0" }
apt: {"repo": "puppetlabs/apt", "ref": "9.4.0" }
augeas_core: {"repo": "puppetlabs/augeas_core", "ref": "1.5.0" }
concat: {"repo": "puppetlabs/concat", "ref": "9.0.2" }
cron_core: {"repo": "puppetlabs/cron_core", "ref": "1.3.0" }
docker: {"repo": "puppetlabs/docker", "ref": "10.0.1"}
firewall: {"repo": "puppetlabs/firewall", "ref": "8.1.1" }
host_core: {"repo": "puppetlabs/host_core", "ref": "1.3.0" }
inifile: {"repo": "puppetlabs/inifile", "ref": "6.1.1" }
lvm: {"repo": "puppetlabs/lvm", "ref": "2.3.0" }
mount_core: {"repo": "puppetlabs/mount_core", "ref": "1.3.0" }
mysql: {"repo": "puppetlabs/mysql", "ref": "16.0.0"}
ntp: {"repo": "puppetlabs/ntp", "ref": "10.1.0"}
reboot: {"repo": "puppetlabs/reboot", "ref": "5.0.0" }
sshkeys_core: {"repo": "puppetlabs/sshkeys_core", "ref": "2.5.0" }
stdlib: {"repo": "puppetlabs/stdlib", "ref": "9.6.0" }
vcsrepo: {"repo": "puppetlabs/vcsrepo", "ref": "6.1.0" }
debconf: {"repo": "stm/debconf", "ref": "6.1.0" }