Skip to content

Commit 6be5581

Browse files
Apply Yamlfix format changes.
1 parent 5b34c6e commit 6be5581

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.fixtures.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,23 +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"
10+
facts: https://github.com/puppetlabs/puppetlabs-facts.git
11+
puppet_agent: https://github.com/puppetlabs/puppetlabs-puppet_agent.git
1212
provision:
13-
repo: 'https://github.com/puppetlabs/provision.git'
13+
repo: https://github.com/puppetlabs/provision.git
1414
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
2121
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

Comments
 (0)