Skip to content

Commit

Permalink
Merge pull request #165 from voxpupuli/relax-dependencies
Browse files Browse the repository at this point in the history
Require puppetlabs-stdlib 9.x
  • Loading branch information
bastelfreak committed Jun 24, 2023
2 parents ad8cb94 + 6a1fe93 commit 1b6ae9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/packages.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

if $facts['os']['family'] in ['Debian', 'RedHat'] {
ensure_packages(['ca-certificates'], { ensure => $openssl::ca_certificates_ensure, })
stdlib::ensure_packages(['ca-certificates'], { ensure => $openssl::ca_certificates_ensure, })

if $facts['os']['family'] == 'Debian' {
exec { 'update-ca-certificates':
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": ">= 6.0.0 < 9.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 1b6ae9a

Please sign in to comment.