10 Zeilen
222 B
Puppet
10 Zeilen
222 B
Puppet
class profile::base {
|
|
class { '::chrony':
|
|
servers => {
|
|
"ptbtime1.ptb.de"=>["iburst"],
|
|
"ptbtime2.ptb.de"=>["iburst"],
|
|
"ptbtime3.ptb.de"=>["iburst"],
|
|
"ptbtime4.ptb.de"=>["iburst"],
|
|
},
|
|
}
|
|
}
|