Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge "Add support for alternate ntp servers for clients"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 6, 2015
2 parents 415cd4c + 06b25fe commit 54c510d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/puppet/osnailyfacter/modular/ntp/ntp-client.pp
@@ -1,12 +1,13 @@
notice('MODULAR: ntp-client.pp')

$management_vrouter_vip = hiera('management_vrouter_vip')
$ntp_servers = hiera_array('ntp_servers', [$management_vrouter_vip])
$nodes_hash = hiera('nodes', {})
$roles = node_roles($nodes_hash, hiera('uid'))


class { 'ntp':
servers => [$management_vrouter_vip],
servers => $ntp_servers,
service_ensure => 'running',
service_enable => true,
iburst_enable => true,
Expand Down

0 comments on commit 54c510d

Please sign in to comment.