Skip to content

Commit

Permalink
Update deps to use puppet/systemd
Browse files Browse the repository at this point in the history
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x

This bump is driven by simp/simp-core#829
  • Loading branch information
op-ct committed Jun 3, 2022
1 parent a4f20a0 commit 368d857
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
.idea/
dist
/pkg
/spec/fixtures
# Read everything in fixtures
/spec/fixtures/*
# Un-ignore hieradata
!/spec/fixtures/hieradata/*
# Except this one, which is auto-generated
/spec/fixtures/hieradata/hiera.yaml
/spec/rp_env
/.rspec_system
/.vagrant
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Fri Jun 03 2022 Chris Tessmer <chris.tessmer@onyxpoint.com> - 0.6.0
- Update from camptocamp/systemd to puppet/systemd

* Thu Jun 17 2021 Chris Tessmer <chris.tessmer@onyxpoint.com> - 0.5.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-useradd",
"version": "0.5.0",
"version": "0.6.0",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing settings regarding users and user creation",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,8 +30,8 @@
"version_requirement": ">= 6.6.0 < 8.0.0"
},
{
"name": "camptocamp/systemd",
"version_requirement": ">= 2.2.0 < 3.0.0"
"name": "puppet/systemd",
"version_requirement": ">= 3.0.0 < 4.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 368d857

Please sign in to comment.