common/system: Add NTP servers
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -53,6 +53,11 @@ This node is under the control of Puppet ${::puppetversion}.
|
|||||||
searchpath => "${os_params::site_domain}.",
|
searchpath => "${os_params::site_domain}.",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# NTP
|
||||||
|
class { '::ntp':
|
||||||
|
servers => [ '0.fr.pool.ntp.org', '0.us.pool.ntp.org' ],
|
||||||
|
}
|
||||||
|
|
||||||
# SSH Keys
|
# SSH Keys
|
||||||
package { "enovance-config-sshkeys-dev":
|
package { "enovance-config-sshkeys-dev":
|
||||||
ensure => "installed"
|
ensure => "installed"
|
||||||
|
|||||||
Reference in New Issue
Block a user