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

Commit ce6a57f

Browse files
committed
Fix for renaming the puppet component
1 parent e9f65ed commit ce6a57f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

configs/components/_base-module.rb

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

29-
# Modules must have puppet
30-
pkg.build_requires 'puppet'
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'
3134

3235
# This is just a tarball; Skip unpack, patch, configure, build, check steps
3336
pkg.install_only true

0 commit comments

Comments
 (0)