Skip to content

Commit

Permalink
Update for stdlib >= 9.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
  • Loading branch information
flichtenheld committed Nov 15, 2023
1 parent f073bed commit 537ee9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/install/client/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/^(xenial|stretch|bionic|focal|buster|bullseye|jammy)$/: {
# Ensure that required packages are present even if they do not get pulled
# in as freeipa-client package dependencies
ensure_packages(['oddjob','oddjob-mkhomedir'], { 'ensure' => 'present' })
stdlib::ensure_packages(['oddjob','oddjob-mkhomedir'], { 'ensure' => 'present' })

# This should preferably be in a separate Puppet module
service { 'oddjobd':
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.19.0 < 10.0.0"
"version_requirement": ">= 9.0.0 < 10.0.0"
},
{
"name": "puppetlabs-cron_core",
Expand Down

0 comments on commit 537ee9f

Please sign in to comment.