Skip to content

Commit e3e21e8

Browse files
chris1984claude
authored andcommitted
Switch from puppet-strings to openvox-strings
Since forklift now uses OpenVox by default (006c52b), switch the puppet-strings gem to its Vox Pupuli successor openvox-strings and the puppet-agent package to openvox-agent in the installer roles. The /opt/puppetlabs paths are unchanged as OpenVox intentionally uses the same directory layout for compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f621e06 commit e3e21e8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

roles/foreman_installer/tasks/module_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name: "{{ item }}"
1010
executable: /opt/puppetlabs/puppet/bin/gem
1111
with_items:
12-
- puppet-strings
12+
- openvox-strings
1313
when: puppetlabs_gem.stat.exists
1414
tags:
1515
- packages

roles/foreman_installer_devel_scenario/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
update: yes
4848
version: "{{ katello_devel_branch }}"
4949

50-
- name: 'Install puppet-agent'
50+
- name: 'Install openvox-agent'
5151
package:
52-
name: puppet-agent
52+
name: openvox-agent
5353
state: present
5454

5555
- name: "Install gems to rebuild the kafo module cache"
5656
gem:
57-
name: puppet-strings
57+
name: openvox-strings
5858
executable: /opt/puppetlabs/puppet/bin/gem
5959
user_install: false
6060
force: true

0 commit comments

Comments
 (0)