Add base network and ntp profile site and fix the network class
This commit is contained in:
parent
7cc5fc6ab5
commit
bc482a5151
@ -6,6 +6,10 @@ class profile::base {
|
||||
servers => [ 'ntp1.corp.com', 'ntp2.corp.com' ],
|
||||
}
|
||||
|
||||
class { 'network':
|
||||
config_file_notify => '',
|
||||
}
|
||||
|
||||
network::mroute { 'eth0':
|
||||
routes => {
|
||||
'192.168.2.0/24' => '192.168.1.1',
|
||||
|
Loading…
Reference in New Issue
Block a user