|
1 | 1 | ---
|
2 | 2 | fixtures:
|
3 | 3 | 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 |
9 | 9 | repositories:
|
10 |
| - facts: "https://github.com/puppetlabs/puppetlabs-facts.git" |
11 |
| - puppet_agent: "https://github.com/puppetlabs/puppetlabs-puppet_agent.git" |
| 10 | + facts: https://github.com/puppetlabs/puppetlabs-facts.git |
| 11 | + puppet_agent: https://github.com/puppetlabs/puppetlabs-puppet_agent.git |
12 | 12 | provision:
|
13 |
| - repo: 'https://github.com/puppetlabs/provision.git' |
| 13 | + repo: https://github.com/puppetlabs/provision.git |
14 | 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" |
| 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 |
21 | 21 | symlinks:
|
22 |
| - "peadm": "#{source_dir}" |
23 |
| - "peadm_spec": "#{source_dir}/spec/acceptance/peadm_spec" |
| 22 | + peadm: '#{source_dir}' |
| 23 | + peadm_spec: '#{source_dir}/spec/acceptance/peadm_spec' |
0 commit comments