parent
2aaba1b83a
commit
57c387d48d
@ -50,20 +50,20 @@ This node is under the control of Puppet ${::puppetversion}.
|
|||||||
|
|
||||||
# DNS
|
# DNS
|
||||||
class { 'dnsclient':
|
class { 'dnsclient':
|
||||||
nameservers => $os_params::dns_ips,
|
nameservers => ['8.8.8.8'],
|
||||||
options => 'UNSET',
|
options => 'UNSET',
|
||||||
search => $os_params::site_domain,
|
search => 'example.com',
|
||||||
domain => $os_params::site_domain,
|
domain => 'example.com',
|
||||||
}
|
}
|
||||||
|
|
||||||
# NTP
|
# NTP
|
||||||
class { 'ntp': servers => $::os_params::ntp_servers }
|
class { 'ntp': servers => undef }
|
||||||
|
|
||||||
# Strong root password for all servers
|
# Strong root password for all servers
|
||||||
user { 'root':
|
user { 'root':
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
gid => '0',
|
gid => '0',
|
||||||
password => $os_params::root_password,
|
password => 'root',
|
||||||
uid => '0',
|
uid => '0',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user