Commits vergleichen
2 Commits
c3840d212f
...
32ef4f1ff2
Autor | SHA1 | Datum | |
---|---|---|---|
32ef4f1ff2 | |||
87ee46b16e |
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
|
@ -2,5 +2,6 @@ forge 'forge.puppetlabs.com'
|
||||||
|
|
||||||
# Forge Modules
|
# Forge Modules
|
||||||
mod 'puppet-chrony', '3.0.0'
|
mod 'puppet-chrony', '3.0.0'
|
||||||
mod 'puppetlabs/stdlib'
|
mod 'puppetlabs/stdlib', '9.7.0'
|
||||||
mod 'puppet-systemd', '8.1.0'
|
mod 'puppet-systemd', '8.1.0'
|
||||||
|
mod 'puppetlabs/inifile', '6.2.0'
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# takes care of everything related to time
|
# takes care of everything related to time
|
||||||
class time {
|
class time {
|
||||||
|
include 'chrony'
|
||||||
class { 'chrony':
|
class { 'chrony':
|
||||||
servers => {
|
servers => {
|
||||||
'ptbtime1.ptb.de' => ['iburst'],
|
'ptbtime1.ptb.de' => ['iburst'],
|
||||||
|
|
In neuem Issue referenzieren