From 0549f2eb3cd8150e2ab4e9efe7c7869f50e0f690 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Fri, 8 Mar 2019 12:37:42 +0000 Subject: [PATCH] Add NTP servers to hiera --- modules/rhizo_base/manifests/init.pp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index ad76b29..ba5af1d 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -158,9 +158,14 @@ class rhizo_base { $link5_geo_lat = hiera('rhizo::link5_geo_lat', false) $link5_geo_lon = hiera('rhizo::link5_geo_lon', false) - include ntp - include kannel - include sshkeys + + class { '::ntp': + servers => hiera('rhizo::ntp_servers') + } + + include ::ntp + include ::kannel + include ::sshkeys include rhizo_base::fixes include rhizo_base::apt include rhizo_base::postgresql