Skip to content

Commit

Permalink
Merge pull request #7 from bastelfreak/stdlib
Browse files Browse the repository at this point in the history
puppetlabs/stdlib: Require 9.x
  • Loading branch information
bastelfreak committed Feb 27, 2024
2 parents 3987294 + a02b872 commit cb60c88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
---
fixtures:
repositories:
stdlib:
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "4.25.1"
apt:
repo: "https://github.com/puppetlabs/puppetlabs-apt.git"
ref: "4.5.0"
symlinks:
aptly: "#{source_dir}"
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
apt: "https://github.com/puppetlabs/puppetlabs-apt.git"
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

$config_file_contents = $config_contents ? {
undef => inline_template("<%= Hash[@config.sort].to_pson %>\n"),
undef => $config.stdlib::to_json_pretty,
default => $config_contents,
}

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
},
{
"name": "puppetlabs/apt",
Expand Down

0 comments on commit cb60c88

Please sign in to comment.