From 9b75143309500ccf82c70d818615b41e7e54c065 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Tue, 9 Jul 2019 17:14:05 -0500 Subject: [PATCH] hiera: Specify a value for the ntp_servers hiera key The ntp_servers key is referred to in `modules/rhizo_base/manifests/init.pp` and was otherwise undefined. It is in the common file since it seems similar to other parameters already in the file, but there is no strict reason for the current location. The assigned value is also just an initial default guess. --- hieradata/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 88d4514..8dc8512 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -56,7 +56,7 @@ rhizo::use_ups: "no" rhizo::use_sip: "no" rhizo::advice_email: "[ 'your@email.address' ]" rhizo::sip_central_ip_address: "127.0.0.1" - +rhizo::ntp_servers: ['mx.pool.ntp.org', 'pool.ntp.org'] #SSH keys sshkeys::keys: