Skip to content

Commit

Permalink
Add chronyd service in OpenQA Autoyast installation
Browse files Browse the repository at this point in the history
  • Loading branch information
b10n1k committed Feb 22, 2024
1 parent a7db12b commit fe08c6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/ay-openqa-worker.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<package>openssh</package>
<package>sudo</package>
<package>salt-minion</package>
<package>chrony</package>
</packages>
</software>
<timezone t="map">
Expand Down Expand Up @@ -99,10 +100,11 @@
<start_firewall config:type="boolean">true</start_firewall>
<FW_CONFIGURATIONS_EXT>sshd</FW_CONFIGURATIONS_EXT>
</firewall>
<services-manager>
<services-manager t="map">
<services>
<enable config:type="list">
<service>sshd</service>
<service>chronyd</service>
</enable>
</services>
</services-manager>
Expand Down

0 comments on commit fe08c6e

Please sign in to comment.