Fix the path of chrony.keys
The path of chrony.keys on CentOS is different from the one on Ubuntu. So change the definition of keyfile to use variable defined in vars. Change-Id: Ibb54318d5fff452857d917e3b13af6bae26a1b55 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
This commit is contained in:
parent
04365d3ec1
commit
8025799fe6
@ -27,7 +27,7 @@ server {{ ntp_server }} offline maxpoll 10 minpoll 8
|
||||
# password is generated by a random process at install time. You may
|
||||
# change it if you wish.
|
||||
|
||||
keyfile /etc/chrony/chrony.keys
|
||||
keyfile {{ chrony_key_file }}
|
||||
|
||||
# Set runtime command key. Note that if you change the key (not the
|
||||
# password) to anything other than 1 you will need to edit
|
||||
|
@ -34,6 +34,7 @@ aide_cron_job_path: /etc/cron.daily/aide
|
||||
aide_database_file: /var/lib/aide/aide.db
|
||||
aide_database_out_file: /var/lib/aide/aide.db.new
|
||||
chrony_conf_file: /etc/chrony/chrony.conf
|
||||
chrony_key_file: /etc/chrony/chrony.keys
|
||||
daemon_init_params_file: /etc/init.d/rc
|
||||
|
||||
# Service name
|
||||
|
@ -30,6 +30,7 @@ aide_cron_job_path: /etc/cron.d/aide
|
||||
aide_database_file: /var/lib/aide/aide.db.gz
|
||||
aide_database_out_file: /var/lib/aide/aide.db.new.gz
|
||||
chrony_conf_file: /etc/chrony.conf
|
||||
chrony_key_file: /etc/chrony.keys
|
||||
daemon_init_params_file: /etc/init.d/functions
|
||||
pkg_mgr_config: "{{ (ansible_pkg_mgr == 'yum') | ternary('/etc/yum.conf', '/etc/dnf/dnf.conf') }}"
|
||||
|
||||
|
@ -32,6 +32,7 @@ aide_cron_job_path: /etc/cron.daily/aide
|
||||
aide_database_file: /var/lib/aide/aide.db
|
||||
aide_database_out_file: /var/lib/aide/aide.db.new
|
||||
chrony_conf_file: /etc/chrony.conf
|
||||
chrony_key_file: /etc/chrony.keys
|
||||
daemon_init_params_file: /etc/rc.status
|
||||
pkg_mgr_config: /etc/zypp/zypp.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user