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

Commit 36df01d

Browse files
authored
Replace puppet service references with openvox
I missed this in my puppet -> openvox change. This doesn't change anything about the resulting artifact. The get_service function is looking for the component in vanagon. I built 8.22.0 with this change, but will not retag.
1 parent 0743683 commit 36df01d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

resources/windows/wix/service.puppet.wxs.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<Fragment>
55

6-
<ComponentGroup Id="<%= get_service("puppet").component_group_id %>">
6+
<ComponentGroup Id="<%= get_service("openvox").component_group_id %>">
77
<Component Id='PuppetServiceAutomatic'
88
Guid="639ECD7F-6186-43D5-9E1A-FC0278DBEE15"
9-
Directory="<%= get_service("puppet").bindir_id %>"
9+
Directory="<%= get_service("openvox").bindir_id %>"
1010
Win64="<%= settings[:win64] %>">
1111
<Condition>
1212
<![CDATA[ (PUPPET_AGENT_STARTUP_MODE ~<> "manual") AND (PUPPET_AGENT_STARTUP_MODE ~<> "disabled") ]]>
@@ -37,7 +37,7 @@
3737

3838
<Component Id='PuppetServiceManual'
3939
Guid="752A5A25-9619-4EBA-AA8B-12D8C8688236"
40-
Directory="<%= get_service("puppet").bindir_id %>"
40+
Directory="<%= get_service("openvox").bindir_id %>"
4141
Win64="<%= settings[:win64] %>">
4242
<Condition>
4343
<![CDATA[PUPPET_AGENT_STARTUP_MODE ~= "manual"]]>
@@ -67,7 +67,7 @@
6767

6868
<Component Id='PuppetServiceDisabled'
6969
Guid="4D3A8CAF-C675-46AC-B3AD-75F00581D0DB"
70-
Directory="<%= get_service("puppet").bindir_id %>"
70+
Directory="<%= get_service("openvox").bindir_id %>"
7171
Win64="<%= settings[:win64] %>">
7272
<Condition>
7373
<![CDATA[PUPPET_AGENT_STARTUP_MODE ~= "disabled"]]>

0 commit comments

Comments
 (0)