We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dba16ed + 5ded11c commit 5fe07baCopy full SHA for 5fe07ba
.fixtures.yml
@@ -1,6 +1,6 @@
1
fixtures:
2
repositories:
3
- facts: 'git://github.com/puppetlabs/puppetlabs-facts.git'
4
- provision: 'git://github.com/puppetlabs/provision.git'
5
- puppet_agent: 'git://github.com/puppetlabs/puppetlabs-puppet_agent.git'
+ facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
+ provision: 'https://github.com/puppetlabs/provision.git'
+ puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
6
symlinks: []
.gitignore
@@ -39,6 +39,7 @@ Gemfile.lock
39
/log/
40
/*.gem
41
/spec/acceptance/nodesets/
42
+/spec/fixtures/litmus_inventory.yaml
43
/spec/fixtures/modules/
44
/spec/fixtures/manifests/
45
/inventory.yaml
0 commit comments