-
Notifications
You must be signed in to change notification settings - Fork 22
/
.fixtures.yml
42 lines (42 loc) · 2.14 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
# 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:
forge_modules:
# stdlib: "puppetlabs/stdlib"
service: "puppetlabs/service"
package: "puppetlabs/package"
reboot: "puppetlabs/reboot"
puppetdb: "puppetlabs/puppetdb"
postgresql: "puppetlabs/postgresql"
firewall: "puppetlabs/firewall"
concat: "puppetlabs/concat"
repositories:
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
apt: 'https://github.com/puppetlabs/puppetlabs-apt'
inifile: 'https://github.com/puppetlabs/puppetlabs-inifile'
grafana: 'https://github.com/voxpupuli/puppet-grafana'
influxdb: 'https://github.com/puppetlabs/influxdb'
archive: 'https://github.com/voxpupuli/puppet-archive'
systemd: 'https://github.com/voxpupuli/puppet-systemd'
yumrepo:
repo: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core'
puppet_version: ">= 6.0.0"
telegraf: 'https://github.com/voxpupuli/puppet-telegraf'
facts: 'https://github.com/puppetlabs/puppetlabs-facts'
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent'
provision: 'https://github.com/puppetlabs/provision'
puppet_conf: 'https://github.com/puppetlabs/puppetlabs-puppet_conf'
deploy_pe: 'https://github.com/jarretlavallee/puppet-deploy_pe'
ruby_task_helper: 'https://git@github.com/puppetlabs/puppetlabs-ruby_task_helper'
cron_core: 'https://github.com/puppetlabs/puppetlabs-cron_core'
bootstrap: 'https://github.com/puppetlabs/puppetlabs-bootstrap'
node_manager: 'https://github.com/MartyEwings/puppet-node_manager.git'
apply_helpers: 'https://github.com/puppetlabs/puppetlabs-apply_helpers'
bolt_shim: 'https://github.com/puppetlabs/puppetlabs-bolt_shim'
debug: 'https://github.com/nwops/puppet-debug'
format: 'https://github.com/voxpupuli/puppet-format'
container_inventory: 'https://gitlab.com/nwops/bolt-container_inventory'
peadm: 'https://github.com/puppetlabs/puppetlabs-peadm.git'
symlinks:
peadm_spec: "#{source_dir}/spec/fixtures/modules/peadm/spec/acceptance/peadm_spec/"