Skip to content

Commit

Permalink
.fixtures.yml: Remove legacy symlink (#84)
Browse files Browse the repository at this point in the history
We don't need to declare the symlink anymore, puppetlabs_spec_helper
will create it for us automatically.
  • Loading branch information
bastelfreak authored Oct 17, 2023
1 parent 778864b commit ac60094
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
fixtures:
repositories:
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
Expand All @@ -6,5 +7,3 @@ fixtures:
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
symlinks:
ca_cert: "#{source_dir}"

0 comments on commit ac60094

Please sign in to comment.