Skip to content

Commit

Permalink
.fixtures.yml: Fix augeas module name
Browse files Browse the repository at this point in the history
I'm not sure if the dependency is even used, or there are no tests for
it.
  • Loading branch information
bastelfreak committed Jun 19, 2024
1 parent 5fe08ef commit 887b63b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This file can be used to install module dependencies for unit testing
# See https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures for details
---
fixtures:
repositories:
Expand All @@ -10,5 +8,5 @@ fixtures:
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core
chocolatey: https://github.com/puppetlabs/puppetlabs-chocolatey
redis: https://github.com/voxpupuli/puppet-redis
augeas: https://github.com/puppetlabs/puppetlabs-augeas_core
augeas_core: https://github.com/puppetlabs/puppetlabs-augeas_core
icinga2: https://github.com/voxpupuli/puppet-icinga2

0 comments on commit 887b63b

Please sign in to comment.