mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Azure CI: mask chronyd in the container
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
@@ -195,7 +195,7 @@ class Container:
|
||||
"""
|
||||
Set services known to not work in containers to be ignored
|
||||
"""
|
||||
for service in ['nis-domainname',]:
|
||||
for service in ['nis-domainname', 'chronyd']:
|
||||
self.ignore_service_in_container(service)
|
||||
|
||||
self.execute_all(args=["systemctl", "daemon-reload"])
|
||||
|
||||
Reference in New Issue
Block a user