[Openstack-security] [Bug 1604042] Fix included in openstack/openstack-ansible-security 14.0.0.0b2
Doug Hellmann
doug at doughellmann.com
Thu Jul 28 18:51:00 UTC 2016
This issue was fixed in the openstack/openstack-ansible-security
14.0.0.0b2 development milestone.
--
You received this bug notification because you are a member of OpenStack
Security, which is subscribed to OpenStack.
https://bugs.launchpad.net/bugs/1604042
Title:
service name should be chronyd not chrony in V-38620 - Synchronize
system clock (enable chrony)
Status in openstack-ansible:
Fix Released
Bug description:
service name should be chronyd not chrony for V-38620 (Centos 7)
openstack/openstack-ansible-security:
diff --git a/tasks/misc.yml b/tasks/misc.yml
index 733aa4b..c26af06 100644
--- a/tasks/misc.yml
+++ b/tasks/misc.yml
@@ -109,7 +109,7 @@
- name: V-38620 - Synchronize system clock (enable chrony)
service:
- name: chrony
+ name: chronyd
state: started
enabled: yes
when: not check_mode
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ansible/+bug/1604042/+subscriptions
More information about the Openstack-security
mailing list