From c8acee3e99f57f7f26ffbebf04c8b873d0796200 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Fri, 24 Jul 2026 14:31:35 +0000 Subject: [PATCH 1/2] Rename gpasswd Puppetfile entries to simp-gpasswd Follows simp/puppet-gpasswd#49, which renames the module so Forge deployment works. The :tag pins stay at 1.1.2 until 2.0.0 is released. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01XCnDsYaJDLiP8z8tafz9Tp --- Puppetfile.branches | 2 +- Puppetfile.pinned | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile.branches b/Puppetfile.branches index de33c612..770d203f 100644 --- a/Puppetfile.branches +++ b/Puppetfile.branches @@ -82,7 +82,7 @@ mod 'herculesteam-augeasproviders_sysctl', :git => 'https://github.com/simp/augeasproviders_sysctl', :tag => '2.6.2' -mod 'onyxpoint-gpasswd', +mod 'simp-gpasswd', :git => 'https://github.com/simp/puppet-gpasswd', :tag => '1.1.2' diff --git a/Puppetfile.pinned b/Puppetfile.pinned index 8a626582..431581aa 100644 --- a/Puppetfile.pinned +++ b/Puppetfile.pinned @@ -85,7 +85,7 @@ mod 'herculesteam-augeasproviders_sysctl', :git => 'https://github.com/simp/augeasproviders_sysctl', :tag => '2.6.2' -mod 'onyxpoint-gpasswd', +mod 'simp-gpasswd', :git => 'https://github.com/simp/puppet-gpasswd', :tag => '1.1.2' From 59b69d5f3673421e307c92dbcb84449517260099 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Fri, 24 Jul 2026 14:44:20 +0000 Subject: [PATCH 2/2] Pin gpasswd to 2.0.0 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01XCnDsYaJDLiP8z8tafz9Tp --- Puppetfile.branches | 2 +- Puppetfile.pinned | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile.branches b/Puppetfile.branches index 770d203f..3ef9ce8d 100644 --- a/Puppetfile.branches +++ b/Puppetfile.branches @@ -84,7 +84,7 @@ mod 'herculesteam-augeasproviders_sysctl', mod 'simp-gpasswd', :git => 'https://github.com/simp/puppet-gpasswd', - :tag => '1.1.2' + :tag => '2.0.0' mod 'puppetlabs-apache', :git => 'https://github.com/simp/puppetlabs-apache', diff --git a/Puppetfile.pinned b/Puppetfile.pinned index 431581aa..4035901e 100644 --- a/Puppetfile.pinned +++ b/Puppetfile.pinned @@ -87,7 +87,7 @@ mod 'herculesteam-augeasproviders_sysctl', mod 'simp-gpasswd', :git => 'https://github.com/simp/puppet-gpasswd', - :tag => '1.1.2' + :tag => '2.0.0' mod 'puppetlabs-apache', :git => 'https://github.com/simp/puppetlabs-apache',