-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fixtures.yml
25 lines (25 loc) · 1.24 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
# 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:
ruby_task_helper: "puppetlabs/ruby_task_helper"
service: "puppetlabs/service"
package: "puppetlabs/package"
reboot: "puppetlabs/reboot"
stdlib: "puppetlabs/stdlib"
repositories:
peadm: 'https://github.com/puppetlabs/puppetlabs-peadm.git'
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
provision: 'https://github.com/puppetlabs/provision.git'
node_manager: 'https://github.com/WhatsARanjit/puppet-node_manager'
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'
symlinks:
"puppet_bolt_server": "#{source_dir}"
"boltserver_spec": "#{source_dir}/spec/acceptance/boltserver_spec"
"peadm_spec": "#{source_dir}/spec/fixtures/modules/peadm/spec/acceptance/peadm_spec"