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.
This commit is contained in:
parent
a817c3be52
commit
9b75143309
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue