Skip to content

Commit

Permalink
puppetlabs/stdlib: Require 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored and ehelms committed Sep 27, 2023
1 parent 0520eb4 commit 027e2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/ssltools/nssdb.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
String[10] $nss_db_password = extlib::cache_data('foreman_cache_data', 'certs-nss-db-password', extlib::random_password(32)),
String[1] $group = 'qpidd',
) {
ensure_packages(['nss-tools'])
stdlib::ensure_packages(['nss-tools'])

file { $nss_db_password_file:
ensure => file,
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.25.0 < 9.0.0"
"version_requirement": ">= 4.25.0 < 10.0.0"
},
{
"name": "puppet-extlib",
Expand Down

0 comments on commit 027e2cb

Please sign in to comment.