init.pp: use a string for ntp_servers
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
class cloud(
|
class cloud(
|
||||||
$rhn_registration = undef,
|
$rhn_registration = undef,
|
||||||
$root_password = 'root',
|
$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'],
|
$dns_ips = ['8.8.8.8', '8.8.4.4'],
|
||||||
$site_domain = 'mydomain'
|
$site_domain = 'mydomain'
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user