diff options
author | Marius Cornea <mcornea@redhat.com> | 2016-09-27 16:08:27 +0200 |
---|---|---|
committer | Marius Cornea <mcornea@redhat.com> | 2016-09-27 16:11:10 +0200 |
commit | 8b38376787cad1dfb6a6142b581ca4229827ae71 (patch) | |
tree | 52a6a21cedb07084f794b661666a40b45afb53c2 /puppet/services | |
parent | a7b7a118bf511ec2221f9bf2f9a42fd746edead0 (diff) |
Fix NTP servers hieradata
This patch enables correctly setting the NTP server passed via
--ntp-server in the overcloud nodes' /etc/ntp.conf.
Change-Id: Iff644b9da51fb8cd1946ad9d297ba0e94d3d782b
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/time/ntp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/time/ntp.yaml b/puppet/services/time/ntp.yaml index 7aa3706f..eb5237fe 100644 --- a/puppet/services/time/ntp.yaml +++ b/puppet/services/time/ntp.yaml @@ -32,7 +32,7 @@ outputs: value: service_name: ntp config_settings: - ntp::ntpservers: {get_param: NtpServer} + ntp::servers: {get_param: NtpServer} tripleo.ntp.firewall_rules: '105 ntp': dport: 123 |