Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 3f57b30

Browse files
authored
Merge pull request #116 from OpenVoxProject/revert_rename
Revert puppet -> openvox rename
2 parents df7c2f4 + 2f23cc8 commit 3f57b30

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

configs/components/_base-module.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@
2626
end
2727
module_author, module_name = match_data.captures
2828

29-
# Modules must have openvox. This tells vanagon to build openvox first, since
30-
# the component exists in the project. This is why it's 'openvox' rather than
31-
# 'openvox-agent', because it's not actually installing it with the package
32-
# manager.
33-
pkg.build_requires 'openvox'
29+
# Modules must have puppet
30+
pkg.build_requires 'puppet'
3431

3532
# This is just a tarball; Skip unpack, patch, configure, build, check steps
3633
pkg.install_only true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
component "openvox" do |pkg, settings, platform|
2-
pkg.load_from_json("configs/components/openvox.json")
1+
component "puppet" do |pkg, settings, platform|
2+
pkg.load_from_json("configs/components/puppet.json")
33

44
pkg.build_requires "puppet-runtime" # Provides ruby and rubygem-win32-dir
55

configs/projects/openvox-agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
proj.component "puppet-runtime"
107107
proj.component 'openssl-fips' if platform.is_fips?
108108

109-
proj.component "openvox"
109+
proj.component "puppet"
110110
proj.component "openfact"
111111

112112
proj.component "puppet-resource_api"

0 commit comments

Comments
 (0)