Skip to content

Commit

Permalink
Removed chrony (still using ntp)
Browse files Browse the repository at this point in the history
  • Loading branch information
dn0 committed Feb 1, 2017
1 parent eba447e commit 17880ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/templates/centos-7/ks.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repo --name=updates --baseurl={{ builder_centos_mirror }}/7/updates/x86_64/
repo --name=extras --baseurl={{ builder_centos_mirror }}/7/extras/x86_64/
repo --name=epel --baseurl={{ builder_epel_mirror }}/7/x86_64/

services --enabled="acpid,ntpd,network,iptables,ip6tables" --disabled="firewalld"
services --enabled="acpid,ntpd,network,iptables,ip6tables" --disabled="firewalld,chronyd"

logging --level=debug

Expand Down Expand Up @@ -106,6 +106,7 @@ logging --level=debug
-btrfs-progs
-xfsprogs
-plymouth*
-chrony

bzip2
yum-utils
Expand Down

0 comments on commit 17880ed

Please sign in to comment.