Skip to content

Commit

Permalink
(#58) Updated ensure_packages to stdlib::ensure_packages
Browse files Browse the repository at this point in the history
Fixes #58
  • Loading branch information
michael-riddle committed Oct 16, 2024
1 parent caebbd9 commit be2da4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Oct 16 2024 Mike Riddle <[email protected]> - 0.6.0
- Migrated ensure_packages to stdlib::ensure_packages

* Mon Oct 23 2023 Steven Pritchard <[email protected]> - 0.5.0
- [puppetsync] Add EL9 support

Expand Down
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class dconf::install {
assert_private()

ensure_packages( 'dconf', { 'ensure' => $dconf::package_ensure } )
stdlib::ensure_packages( 'dconf', { 'ensure' => $dconf::package_ensure } )
}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-dconf",
"version": "0.5.0",
"version": "0.6.0",
"author": "SIMP Team",
"summary": "Provides an interface to system DConf configuration",
"license": "Apache-2.0",
Expand Down

0 comments on commit be2da4f

Please sign in to comment.