From 5fb08937ba0fae5f52edd9195e509d9d93f20ff2 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 6 Aug 2026 22:50:28 +1000 Subject: [PATCH] fix: require openvox-agent instead of puppet-agent in puppet-initial The estate migrated from Puppet to OpenVox. puppet-agent no longer exists as a package name in the rpm-vendor repos, so kickstart installs of puppet-initial fail dependency resolution with "nothing provides puppet-agent", blocking host provisioning. - Change puppet-initial's dependency from puppet-agent to openvox-agent. - Bump el8/el9 build version 1.0.4 -> 1.0.5 so a new RPM is published (deploy dedup skips identical filenames). Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT --- rpms/puppet-initial/metadata.yaml | 4 ++-- rpms/puppet-initial/resources/nfpm.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rpms/puppet-initial/metadata.yaml b/rpms/puppet-initial/metadata.yaml index f4fda5a..7764f42 100644 --- a/rpms/puppet-initial/metadata.yaml +++ b/rpms/puppet-initial/metadata.yaml @@ -11,9 +11,9 @@ builds: release: '1' repository: - almalinux/el8 - version: 1.0.4 + version: 1.0.5 - image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest release: '1' repository: - almalinux/el9 - version: 1.0.4 + version: 1.0.5 diff --git a/rpms/puppet-initial/resources/nfpm.yaml b/rpms/puppet-initial/resources/nfpm.yaml index a730ff9..0d1e1b2 100644 --- a/rpms/puppet-initial/resources/nfpm.yaml +++ b/rpms/puppet-initial/resources/nfpm.yaml @@ -15,7 +15,7 @@ license: ${PACKAGE_LICENSE} disable_globbing: false depends: - - puppet-agent + - openvox-agent # Files to include in the package contents: