Skip to content

Commit

Permalink
Merge pull request #54 from flichtenheld/stdlib9
Browse files Browse the repository at this point in the history
Update for stdlib >= 9.0.0
  • Loading branch information
mattock authored Nov 16, 2023
2 parents f073bed + 537ee9f commit 1e47b2e
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 1e47b2e

Please sign in to comment.