Add NTP servers to hiera

This commit is contained in:
Wile E. Coyote 2019-03-08 12:37:42 +00:00
parent 6bd68b3793
commit 0549f2eb3c

View file

@ -158,9 +158,14 @@ class rhizo_base {
$link5_geo_lat = hiera('rhizo::link5_geo_lat', false) $link5_geo_lat = hiera('rhizo::link5_geo_lat', false)
$link5_geo_lon = hiera('rhizo::link5_geo_lon', false) $link5_geo_lon = hiera('rhizo::link5_geo_lon', false)
include ntp
include kannel class { '::ntp':
include sshkeys servers => hiera('rhizo::ntp_servers')
}
include ::ntp
include ::kannel
include ::sshkeys
include rhizo_base::fixes include rhizo_base::fixes
include rhizo_base::apt include rhizo_base::apt
include rhizo_base::postgresql include rhizo_base::postgresql