This repository was archived by the owner on Sep 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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") ]]>
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"]]>
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"]]>
You can’t perform that action at this time.
0 commit comments