Skip to content

Commit

Permalink
Fix puppetlabs/stdlib version requirement
Browse files Browse the repository at this point in the history
At least version 5.0.0 is needed for stdlib::Filemode type
  • Loading branch information
deric committed Jun 24, 2024
1 parent 55fa295 commit 29be947
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
fixtures:
forge_modules:
archive: puppet/archive
archive:
repo: puppet/archive
# ref: 0.4.4
cron: puppet/cron
stdlib: puppetlabs/stdlib
stdlib:
repo: puppetlabs/stdlib
# ref: 5.0.0
yumrepo_core: puppetlabs/yumrepo_core
symlinks:
zookeeper: "#{source_dir}"
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 2.3.3 < 10.0.0"
"version_requirement": ">= 5.0.0 < 10.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
Expand Down

0 comments on commit 29be947

Please sign in to comment.