Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#58) Updated ensure_packages to stdlib::ensure_packages #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading