init.pp: use a string for ntp_servers

This commit is contained in:
Emilien Macchi
2014-04-26 01:25:52 +02:00
parent ca503b89b9
commit b046ea3ad9

View File

@@ -21,7 +21,7 @@
class cloud(
$rhn_registration = undef,
$root_password = 'root',
$ntp_servers = ['0.debian.pool.ntp.org', '1.debian.pool.ntp.org'],
$ntp_servers = '0.debian.pool.ntp.org',
$dns_ips = ['8.8.8.8', '8.8.4.4'],
$site_domain = 'mydomain'
) {