fix: require openvox-agent instead of puppet-agent in puppet-initial #172

Merged
benvin merged 1 commits from benvin/puppet-initial-openvox-agent into master 2026-08-06 23:25:11 +10:00
Owner

Why

The estate migrated from Puppet to OpenVox. The puppet-agent package name no longer exists in the rpm-vendor repos, so kickstart installs of puppet-initial fail dependency resolution with "nothing provides puppet-agent", blocking host provisioning.

(Note: openvox-agent does Provides: puppet-agent = 7, so an alternative root cause is openvox repo priority/availability during the kickstart solve. This PR changes the explicit Requires as requested so puppet-initial depends on the package by its real name.)

Changes

  • 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).

Validation

  • make test — 72 passed.
  • Local nfpm pkg build in the almalinux9-rpmbuilder image: RPM assembles as puppet-initial-1.0.5-1.x86_64, rpm -qpR reports Requires: openvox-agent.
  • Confirmed openvox-agent is resolvable from the openvox el9 remote (7.35.0–7.37.2 available).

https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT

## Why The estate migrated from Puppet to OpenVox. The `puppet-agent` package name no longer exists in the rpm-vendor repos, so kickstart installs of `puppet-initial` fail dependency resolution with "nothing provides puppet-agent", blocking host provisioning. (Note: `openvox-agent` does `Provides: puppet-agent = 7`, so an alternative root cause is openvox repo priority/availability during the kickstart solve. This PR changes the explicit `Requires` as requested so puppet-initial depends on the package by its real name.) ## Changes - 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). ## Validation - `make test` — 72 passed. - Local `nfpm pkg` build in the almalinux9-rpmbuilder image: RPM assembles as `puppet-initial-1.0.5-1.x86_64`, `rpm -qpR` reports `Requires: openvox-agent`. - Confirmed `openvox-agent` is resolvable from the openvox el9 remote (7.35.0–7.37.2 available). https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
unkinben added 1 commit 2026-08-06 22:50:49 +10:00
fix: require openvox-agent instead of puppet-agent in puppet-initial
ci/woodpecker/pr/build-fedora43 Pipeline was successful
ci/woodpecker/pr/build-fedora44 Pipeline was successful
ci/woodpecker/pr/build-fedora42 Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build-almalinux9 Pipeline was successful
ci/woodpecker/pr/build-almalinux8 Pipeline was successful
5fb08937ba
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
benvin merged commit 0c5684bd9e into master 2026-08-06 23:25:11 +10:00
benvin deleted branch benvin/puppet-initial-openvox-agent 2026-08-06 23:25:11 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/rpmbuilder#172