Skip to content

Commit b635936

Browse files
committed
adding fox for provisioning errors
1 parent 09b03f3 commit b635936

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.fixtures.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
---
22
fixtures:
33
forge_modules:
4-
ruby_task_helper: "puppetlabs/ruby_task_helper"
5-
service: "puppetlabs/service"
6-
package: "puppetlabs/package"
7-
reboot: "puppetlabs/reboot"
8-
inifile: "puppetlabs/inifile"
4+
ruby_task_helper: puppetlabs/ruby_task_helper
5+
service: puppetlabs/service
6+
package: puppetlabs/package
7+
reboot: puppetlabs/reboot
8+
inifile: puppetlabs/inifile
99
repositories:
10-
facts: "https://github.com/puppetlabs/puppetlabs-facts.git"
11-
puppet_agent: "https://github.com/puppetlabs/puppetlabs-puppet_agent.git"
12-
provision: "https://github.com/puppetlabs/provision.git"
13-
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
14-
apply_helpers: "https://github.com/puppetlabs/puppetlabs-apply_helpers"
15-
bolt_shim: "https://github.com/puppetlabs/puppetlabs-bolt_shim"
16-
format: "https://github.com/voxpupuli/puppet-format"
17-
container_inventory: "https://gitlab.com/nwops/bolt-container_inventory.git"
18-
node_manager: "https://github.com/puppetlabs/puppetlabs-node_manager.git"
10+
facts: https://github.com/puppetlabs/puppetlabs-facts.git
11+
puppet_agent: https://github.com/puppetlabs/puppetlabs-puppet_agent.git
12+
provision:
13+
repo: https://github.com/puppetlabs/provision.git
14+
ref: v3.0.1
15+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
16+
apply_helpers: https://github.com/puppetlabs/puppetlabs-apply_helpers
17+
bolt_shim: https://github.com/puppetlabs/puppetlabs-bolt_shim
18+
format: https://github.com/voxpupuli/puppet-format
19+
container_inventory: https://gitlab.com/nwops/bolt-container_inventory.git
20+
node_manager: https://github.com/puppetlabs/puppetlabs-node_manager.git
1921
symlinks:
20-
"peadm": "#{source_dir}"
21-
"peadm_spec": "#{source_dir}/spec/acceptance/peadm_spec"
22+
peadm: '#{source_dir}'
23+
peadm_spec: '#{source_dir}/spec/acceptance/peadm_spec'

0 commit comments

Comments
 (0)