Add NTP servers to hiera
This commit is contained in:
parent
6bd68b3793
commit
0549f2eb3c
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue